#6372: Fix select placeholder font-size

This commit is contained in:
checktheroads 2021-05-07 14:39:57 -07:00
parent 1da7c705e3
commit 4dbe047512
3 changed files with 2 additions and 1 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -60,6 +60,7 @@ div.form-floating div.ss-main div.ss-multi-selected {
div.ss-multi-selected .ss-values .ss-disabled,
div.ss-single-selected span.placeholder .ss-disabled {
color: var(--nbx-select-placeholder-color);
font-size: $font-size-xs;
}
.ss-single-selected {