Skip to content

Commit

Permalink
Merge branch 'master' into fix/pictogram-item
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Dec 8, 2020
2 parents acfc802 + 33cc71a commit 0279d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class DDSLocaleSearch extends ThrottedInputMixin(LitElement) {
${hasAvailableItem ? availabilityLabelText : unavailabilityLabelText}
</p>
</div>
<div role="listbox" class="${prefix}--locale-modal__list">
<div class="${prefix}--locale-modal__list">
<slot></slot>
</div>
</div>
Expand Down
10 changes: 2 additions & 8 deletions packages/web-components/tests/snapshots/dds-locale-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
This page is available in the following locations and languages
</p>
</div>
<div
class="bx--locale-modal__list"
role="listbox"
>
<div class="bx--locale-modal__list">
<slot>
</slot>
</div>
Expand All @@ -51,10 +48,7 @@
availability-label-text-foo
</p>
</div>
<div
class="bx--locale-modal__list"
role="listbox"
>
<div class="bx--locale-modal__list">
<slot>
</slot>
</div>
Expand Down

0 comments on commit 0279d0e

Please sign in to comment.