Skip to content

Commit

Permalink
fix: remove hover background-color for disabled hovered options (#4130)
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Donohue <sethdonohue@Admins-MBP.guest.corp.microsoft.com>
  • Loading branch information
SethDonohue and Seth Donohue authored Nov 19, 2020
1 parent caef4b1 commit 7569d9a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ export const OptionStyles = css`
opacity: var(--disabled-opacity);
}
:host([disabled]:hover) {
background-color: inherit;
}
.content {
grid-column-start: 2;
justify-self: start;
Expand Down

0 comments on commit 7569d9a

Please sign in to comment.