mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add pointer-events none to slider tooltip (#18577)
This commit is contained in:
parent
7a619ad55a
commit
3a926c6f83
@ -394,6 +394,7 @@ export class HaControlSlider extends LitElement {
|
|||||||
--handle-margin: calc(var(--control-slider-thickness) / 8);
|
--handle-margin: calc(var(--control-slider-thickness) / 8);
|
||||||
}
|
}
|
||||||
.tooltip {
|
.tooltip {
|
||||||
|
pointer-events: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: var(--clear-background-color);
|
background-color: var(--clear-background-color);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user