Replaced all paper-tooltip with custom, working version
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
.simple-tooltip:hover .tooltip {
|
||||
.simple-tooltip {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.simple-tooltip:active {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* Show the tooltip if a older sibling is hovered */
|
||||
*:hover ~ .simple-tooltip > .tooltip {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
/* Show the tooltip if parent is hovered */
|
||||
*:hover > .simple-tooltip > .tooltip {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
@@ -16,3 +30,7 @@
|
||||
pointer-events: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tooltip.always {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user