mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
reduce tooltip show delay to 200ms
This commit is contained in:
parent
53c5a8d2df
commit
3698ca8e85
1 changed files with 1 additions and 1 deletions
|
|
@ -330,5 +330,5 @@ CellView > .text-input.text-field {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
-fx-show-delay: 400ms;
|
-fx-show-delay: 200ms;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue