scss: keep placeholder existing colour on active select2 (#76230)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-04-04 17:04:06 +02:00
parent 0d2416813b
commit 33ddf79757
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ span.select2-container {
background: $widget-focus-background;
border: $widget-focus-border;
color: $widget-focus-color;
span {
span:not(.select2-selection__placeholder) {
color: $widget-focus-color;
}
}