Skip to content

Commit

Permalink
Update _buttons.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 13, 2023
1 parent 91751cf commit a112bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions war/src/main/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ $jenkins-split-button-border-radius: 0.2rem;
}

.stop-button-link {
--item-background--hover: color-mix(in srgb, var(--red) 20%, transparent);
--item-background--active: color-mix(in srgb, var(--red) 25%, transparent);
--item-background--hover: color-mix(in sRGB, var(--red) 20%, transparent);
--item-background--active: color-mix(in sRGB, var(--red) 25%, transparent);
--item-box-shadow--focus: transparent;

@include mixins.item;
Expand All @@ -316,7 +316,7 @@ $jenkins-split-button-border-radius: 0.2rem;
border-radius: 4px;

&::before {
background: color-mix(in srgb, var(--red) 15%, transparent);
background: color-mix(in sRGB, var(--red) 15%, transparent);
}

svg {
Expand Down

0 comments on commit a112bd9

Please sign in to comment.