Skip to content

Commit

Permalink
feat: improve hover for multiple select
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Sep 9, 2024
1 parent 03b8718 commit 817b87f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/core/src/global/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,12 @@ Issue: https://github.com/ionic-team/ionic-framework/issues/27500
}

.item-checkbox-checked {
--background-hover: var(--color-brand-secondary-regular);
--background-hover-opacity: 0.1;
--color: var(--color-brand-secondary-regular);

&::part(native) {
--background: rgba(var(--color-brand-secondary-light-2-rgb));
--background-hover: var(--color-brand-secondary-light-2);

&:after {
opacity: 0.1;
}
}
}

Expand Down

0 comments on commit 817b87f

Please sign in to comment.