Fix table view placeholder background

This commit is contained in:
mkpaz 2022-08-25 13:26:36 +04:00
parent 05e278e56b
commit 5db005f7d5

@ -275,7 +275,6 @@ $tree-cell-indent: 1em !default;
// this is shown when the table has no rows and/or no columns
.placeholder>.label {
-fx-background-color: -color-cell-fg;
-fx-font-size: cfg.$font-title-4;
}
}