Skip to content

Commit

Permalink
fix: remove extra css selector
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Jan 17, 2025
1 parent 6a623eb commit c5b2dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/menu/src/styles/color-menuoption.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
--ds-auro-menuoption-text-color: var(--ds-color-text-primary-inverse, #{$ds-color-text-primary-inverse});
--ds-auro-menuoption-icon-color: var(--ds-color-icon-emphasis-inverse, #{$ds-color-icon-emphasis-inverse});

&:host(:hover),
&:host(.active) {
--ds-auro-menuoption-container-color: var(--ds-color-container-ui-primary-active-default, #{$ds-color-container-ui-primary-active-default});
}
Expand Down

0 comments on commit c5b2dce

Please sign in to comment.