Skip to content

Commit

Permalink
Filter stylesheet bugfix
Browse files Browse the repository at this point in the history
Update issue #2514
  • Loading branch information
dbarashev committed Sep 27, 2024
1 parent 975879d commit 19e22f7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@
&.is-visible {
-fx-font-weight: bold;
}
&.is-hidden > * {
-fx-fill: lighten($gp-medium-gray, 20%);
&.is-hidden {
-fx-font-weight: normal;

& > * {
-fx-fill: lighten($gp-medium-gray, 20%);
}
}

&:selected {
Expand Down

0 comments on commit 19e22f7

Please sign in to comment.