css: replace sass grayscale() by native css grayscale filter (#88388)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2024-03-20 12:33:27 +01:00 committed by Thomas Jund
parent e139dff369
commit 556090a4a6
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 {