Skip to content

Commit

Permalink
perf(hover): update tertiary hover color #236
Browse files Browse the repository at this point in the history
  • Loading branch information
pgm369 authored and jordanjones243 committed Jan 2, 2024
1 parent 7652913 commit 2d346fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ slot {
@media (hover: hover) {
&:active,
&:hover {
background-image: linear-gradient(var(--ds-color-base-black-opacity-15, $ds-color-base-black-opacity-15), var(--ds-color-base-black-opacity-15, $ds-color-base-black-opacity-15));
background-image: linear-gradient(var(--ds-color-ui-bkg-hover-inverse, $ds-color-ui-bkg-hover-inverse), var(--ds-color-ui-bkg-hover-inverse, $ds-color-ui-bkg-hover-inverse));
border: 1px solid transparent;
box-shadow: none;
}
Expand Down

0 comments on commit 2d346fa

Please sign in to comment.