Fix ListView striped style for empty cells

This commit is contained in:
mkpaz 2022-10-07 22:26:49 +04:00
parent c77dec332f
commit 519549e191

@ -196,7 +196,7 @@ $tree-cell-indent: 1.2em !default; // default JavaFX values is 18px
-fx-border-width: 0;
}
.list-cell:odd {
.list-cell:filled:odd {
-fx-background-color: -color-cell-bg-odd;
}
}