Skip to content

Commit

Permalink
feat: change initial hover to gray color
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Sep 9, 2024
1 parent 817b87f commit 50c4bb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/core/src/global/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ Issue: https://github.com/ionic-team/ionic-framework/issues/27500
.select-popover {
&.atom-select__popover {
.select-interface-option {
--color-hover: var(--color-brand-secondary-regular);
--background-hover: var(--color-brand-secondary-light-2);
--background-hover: var(--color-neutral-light-5);
--background-hover-opacity: 0.6;
}

Expand All @@ -89,13 +88,15 @@ Issue: https://github.com/ionic-team/ionic-framework/issues/27500
--background-focused: var(--color-brand-secondary-regular);
--background-hover: var(--color-brand-secondary-regular);
--background-hover-opacity: 0.1;
--color-hover: var(--color-brand-secondary-regular);
--color: var(--color-brand-secondary-regular);
}

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

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

0 comments on commit 50c4bb6

Please sign in to comment.