mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
hide entry cell action boxes completely when not hovered over
This commit is contained in:
parent
fa82e1146b
commit
adc9905038
1 changed files with 2 additions and 0 deletions
|
@ -109,10 +109,12 @@
|
||||||
|
|
||||||
.entry-cell .button .label .text {
|
.entry-cell .button .label .text {
|
||||||
-fx-fill: -fx-background;
|
-fx-fill: -fx-background;
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry-cell:hover .button .label .text {
|
.entry-cell:hover .button .label .text {
|
||||||
-fx-fill: -fx-text-base-color;
|
-fx-fill: -fx-text-base-color;
|
||||||
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-table-row-cell:selected .entry-cell:hover .button .label .text {
|
.tree-table-row-cell:selected .entry-cell:hover .button .label .text {
|
||||||
|
|
Loading…
Reference in a new issue