@@ -151,7 +151,7 @@ <h2 class="content-subhead">Installation</h2>
151151 < h2 class ="content-subhead "> Accordion</ h2 >
152152
153153 < ul class ="accordion ">
154- < li class ="section ">
154+ < li class ="accordion- section ">
155155 < input type ="radio " class ="hidden-header hidden " id ="a-1 " name ="a-tab-head " role ="tab "
156156 checked />
157157 < label for ="a-1 " class ="tab-header "> Option 0</ label >
@@ -162,15 +162,15 @@ <h2>Heading 1</h2>
162162 vel vestibulum in,
163163 </ div >
164164 </ li >
165- < li class ="section ">
165+ < li class ="accordion- section ">
166166 < input type ="radio " class ="hidden-header hidden " id ="a-2 " name ="a-tab-head " role ="tab "/>
167167 < label for ="a-2 " class ="tab-header "> Option 1</ label >
168168 < div class ="content ">
169169 < h2 > Heading 1</ h2 >
170170 Content goes here
171171 </ div >
172172 </ li >
173- < li class ="section ">
173+ < li class ="accordion- section ">
174174 < input type ="radio " class ="hidden-header hidden " id ="a-3 " name ="a-tab-head " role ="tab "/>
175175 < label for ="a-3 " class ="tab-header "> Option 2</ label >
176176 < div class ="content ">
@@ -615,7 +615,7 @@ <h3 class="popover-title">Popover Right</h3>
615615 < h2 class ="content-subhead "> Tabs</ h2 >
616616
617617 < ul class ="accordion accordion-tab ">
618- < li class ="section ">
618+ < li class ="accordion- section ">
619619 < input type ="radio " class ="hidden-header hidden " id ="zero " name ="tab-head " role ="tab "
620620 checked />
621621 < label for ="zero " class ="tab-header "> Option 0</ label >
@@ -626,15 +626,15 @@ <h2>Heading 1</h2>
626626 vel vestibulum in,
627627 </ div >
628628 </ li >
629- < li class ="section ">
629+ < li class ="accordion- section ">
630630 < input type ="radio " class ="hidden-header hidden " id ="one " name ="tab-head " role ="tab "/>
631631 < label for ="one " class ="tab-header "> Option 1</ label >
632632 < div class ="content ">
633633 < h2 > Heading 1</ h2 >
634634 Content goes here
635635 </ div >
636636 </ li >
637- < li class ="section ">
637+ < li class ="accordion- section ">
638638 < input type ="radio " class ="hidden-header hidden " id ="two " name ="tab-head " role ="tab "/>
639639 < label for ="two " class ="tab-header "> Option 2</ label >
640640 < div class ="content ">
0 commit comments