scss: correct --hover-color value of mixin button-with-icon (#86012)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2024-01-23 10:18:16 +01:00 committed by Thomas Jund
parent 2b09ec3c11
commit 271f112435
1 changed files with 1 additions and 1 deletions

View File

@ -728,7 +728,7 @@ div.select2-search {
&::before, &::after {
font-family: FontAwesome;
--icon-color: currentColor;
--icon-hover-color: var(--color);
--icon-hover-color: var(--icon-color);
}
@if ($position == left) {
&::before {