From c971a9b7f908ea6bd5327f60cfad69cc6e5922db Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 16 Sep 2024 07:11:41 +0200 Subject: [PATCH] fix: improve form-select disabled dark style --- src/styles/_styles_ovw.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/_styles_ovw.scss b/src/styles/_styles_ovw.scss index 0e61d4fe..c34061d6 100644 --- a/src/styles/_styles_ovw.scss +++ b/src/styles/_styles_ovw.scss @@ -263,6 +263,10 @@ background-size: 16px 12px; background-repeat: no-repeat; background-position: right 0.75rem center; + &:disabled { + color: darken($fg-color, 30%); + background: lighten($bg-dark, 10%); + } } .toast {