Skip to content

Commit 7b6a700

Browse files
authored
Merge pull request #671 from zendesk/malgorzata/kiaw-1466-list-structure
style: ensure sub-lists are marked up properly
2 parents 6517902 + a5c2894 commit 7b6a700

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

templates/search_results.hbs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
</a>
3838
</li>
3939
{{/each}}
40-
<button class="see-all-filters" aria-hidden="true" aria-label="{{t 'show_more_sources'}}">{{t 'show_more_sources'}}</button>
40+
<li>
41+
<button class="see-all-filters" aria-hidden="true" aria-label="{{t 'show_more_sources'}}">{{t 'show_more_sources'}}</button>
42+
</li>
4143
</ul>
4244
</section>
4345
{{/if}}
@@ -98,10 +100,14 @@
98100
</li>
99101
{{/each}}
100102
{{#is current_filter.identifier 'knowledge_base'}}
101-
<button class="see-all-filters" aria-hidden="true" aria-label="{{t 'show_more_categories'}}">{{t 'show_more_categories'}}</button>
103+
<li>
104+
<button class="see-all-filters" aria-hidden="true" aria-label="{{t 'show_more_categories'}}">{{t 'show_more_categories'}}</button>
105+
</li>
102106
{{/is}}
103107
{{#is current_filter.identifier 'community'}}
104-
<button class="see-all-filters" aria-hidden="true" aria-label="{{t 'show_more_topics'}}">{{t 'show_more_topics'}}</button>
108+
<li>
109+
<button class="see-all-filters" aria-hidden="true" aria-label="{{t 'show_more_topics'}}">{{t 'show_more_topics'}}</button>
110+
</li>
105111
{{/is}}
106112
</ul>
107113
</section>

0 commit comments

Comments
 (0)