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): focus inset
Browse files Browse the repository at this point in the history
  • Loading branch information
asangma authored Dec 10, 2019
1 parent f2f81d5 commit e461ea9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ calcite-pick-list-item[selected],
line-height: 0;
cursor: move;
@include borderShadow();
@include focusRingInset();
&:focus {
outline-offset: var(--calcite-app-outline-inset);
}
Expand Down

0 comments on commit e461ea9

Please sign in to comment.