hide entry cell action boxes completely when not hovered over

This commit is contained in:
Craig Raw 2022-05-26 10:47:43 +02:00
parent fa82e1146b
commit adc9905038

View file

@ -109,10 +109,12 @@
.entry-cell .button .label .text {
-fx-fill: -fx-background;
visibility: hidden;
}
.entry-cell:hover .button .label .text {
-fx-fill: -fx-text-base-color;
visibility: visible;
}
.tree-table-row-cell:selected .entry-cell:hover .button .label .text {