fix: improve form-select disabled dark style
Some checks are pending
FreqUI CI / build (18, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (20, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (21, ubuntu-22.04) (push) Waiting to run
FreqUI CI / build (22, ubuntu-22.04) (push) Waiting to run

This commit is contained in:
Matthias 2024-09-16 07:11:41 +02:00
parent c45dab5a9a
commit c971a9b7f9

View File

@ -263,6 +263,10 @@
background-size: 16px 12px; background-size: 16px 12px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right 0.75rem center; background-position: right 0.75rem center;
&:disabled {
color: darken($fg-color, 30%);
background: lighten($bg-dark, 10%);
}
} }
.toast { .toast {