css: replace sass grayscale() by native css grayscale filter (#88388) #551

Merged
tjund merged 1 commits from wip/#88388-grayscale into main 2024-03-22 09:41:35 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ $cancel-button-icon: '\f00d' !default; /* remove icon */
background: $widget-custom-radio-checkbox-marker-color;
}
&[disabled]:checked + span::after {
background: grayscale($widget-custom-radio-checkbox-marker-color);
filter: grayscale(100%);
}
&:focus + span {