Skip to content

Commit

Permalink
update listbox option focus styles (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley authored Sep 13, 2018
1 parent 85f5672 commit 1f6d41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/listbox.m.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

.focused .activeOption,
.root:focus .activeOption {
background-color: var(--selected-background);
color: var(--selected-color);
box-shadow: inset 0 0 1px 0 var(--component-background);
outline: 4px auto var(--selected-background);
}
.disabledOption {
background-color: var(--disabled-color);
Expand Down

0 comments on commit 1f6d41d

Please sign in to comment.