Skip to content

Commit 31842cb

Browse files
author
Joe Crick
committed
(master): Rename section accordion-section
1 parent 3f0598d commit 31842cb

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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">

main.css

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/accordion.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
&.accordion-tab {
99

10-
.section {
10+
.accordion-section {
1111
@media only screen and (min-width: 768px) {
1212
display: inline;
1313
}
@@ -31,7 +31,7 @@
3131

3232
}
3333

34-
.section {
34+
.accordion-section {
3535
margin: 0;
3636
padding: 18px 0 4px;
3737
display: block;

0 commit comments

Comments
 (0)