remove faint focus color on no-slider toggle buttons

This commit is contained in:
woodser 2025-05-27 12:55:01 -04:00
parent 54fca439b9
commit 889bba8053
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -1635,6 +1635,8 @@ textfield */
-fx-border-color: -bs-color-border-form-field;
-fx-background-insets: 0;
-fx-pref-height: 36px;
-fx-focus-color: transparent;
-fx-faint-focus-color: transparent;
}
.toggle-button-no-slider:hover {