Skip to content

Commit

Permalink
fix(hover): make background color change on hover #102
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Sep 22, 2022
1 parent 8226767 commit 4a9a1d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
&::part(trigger) {
min-height: var(--trigger-height);
max-height: var(--trigger-height);

/* stylelint-disable */
&:hover {
background-color: var(--auro-color-ui-bkg-hover-on-light);
}
/* stylelint-enable */
}
}
}
Expand Down

0 comments on commit 4a9a1d4

Please sign in to comment.