remove focus underline for pulldowns

This commit is contained in:
woodser 2025-05-01 13:53:03 -04:00
parent 1821c4173d
commit 2b634818dc
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -219,7 +219,7 @@
} }
.jfx-combo-box { .jfx-combo-box {
-jfx-focus-color: -bs-color-primary; -jfx-focus-color: transparent;
-fx-background-color: -bs-background-color; -fx-background-color: -bs-background-color;
-fx-background-radius: 999; -fx-background-radius: 999;
-fx-border-radius: 999; -fx-border-radius: 999;