mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Added transition to tooltip display.
This commit is contained in:
@@ -57,3 +57,12 @@ core-drawer-panel::shadow #drawer {
|
||||
#settingsDialog loot-dropdown-menu::shadow paper-dropdown-menu {
|
||||
padding-top: 4px;
|
||||
}
|
||||
/* Add a transition to the core-tooltip tooltips. */
|
||||
html /deep/ core-tooltip::shadow .core-tooltip {
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s, visibility 0s 0.3s;
|
||||
}
|
||||
html /deep/ core-tooltip:hover:not([disabled])::shadow .core-tooltip {
|
||||
opacity: 1;
|
||||
transition-delay: 0s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user