Skip to content

Commit

Permalink
fix(ListBox): fix selected hover style regression (#9193)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Jul 14, 2021
1 parent b3cef52 commit 2a75284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/list-box/_list-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,8 @@ $list-box-menu-width: rem(300px);

.#{$prefix}--list-box__menu-item--active:hover,
.#{$prefix}--list-box__menu-item--active.#{$prefix}--list-box__menu-item--highlighted {
border-bottom-color: $selected-ui;
background-color: $selected-ui;
border-bottom-color: $hover-selected-ui;
background-color: $hover-selected-ui;
}

.#{$prefix}--list-box__menu-item--active
Expand Down

0 comments on commit 2a75284

Please sign in to comment.