Skip to content

Commit

Permalink
Update Tag colors (#10768)
Browse files Browse the repository at this point in the history
### WHY are these changes introduced?

Fixes #10373
  • Loading branch information
aveline committed Sep 29, 2023
1 parent d6c7682 commit a95ed6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions polaris-react/src/components/Tag/Tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $button-size: 20px;

&.disabled {
transition: none;
background: var(--p-color-bg-disabled);
background: var(--p-color-bg-fill-disabled);
color: var(--p-color-text-disabled);

svg {
Expand Down Expand Up @@ -52,7 +52,7 @@ $button-size: 20px;
}

&:disabled {
background: var(--p-color-bg-disabled);
background: var(--p-color-bg-fill-disabled);
cursor: default;
pointer-events: none;
color: var(--p-color-text-disabled);
Expand Down Expand Up @@ -121,7 +121,7 @@ $button-size: 20px;

&:hover {
background: var(--p-color-bg-strong-hover);
color: var(--p-color-icon-primary);
color: var(--p-color-icon-active);
outline: var(--p-border-width-025) solid transparent;
}

Expand All @@ -130,7 +130,7 @@ $button-size: 20px;

&:focus-visible {
background: var(--p-color-bg-strong-hover);
color: var(--p-color-icon-primary);
color: var(--p-color-icon-active);
}

&:focus-visible:not(:active) {
Expand Down

0 comments on commit a95ed6c

Please sign in to comment.