Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix(value-list-item): last child selection
Browse files Browse the repository at this point in the history
re #542
  • Loading branch information
asangma authored Nov 12, 2019
1 parent d33e22c commit 158b3e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ calcite-pick-list-item {
margin-bottom: 0;
}

calcite-pick-list-item[selected] {
calcite-pick-list-item[selected],
:host(:last-child) calcite-pick-list-item[selected] {
z-index: 1;
@include borderShadowActive();
}

0 comments on commit 158b3e6

Please sign in to comment.