mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fixed issue where the cursor would not change to grabbing when a user… (#16808)
This commit is contained in:
parent
0a62d711f2
commit
0a8252c16a
@ -471,6 +471,11 @@ export class HaMap extends ReactiveElement {
|
|||||||
background: #090909;
|
background: #090909;
|
||||||
--map-filter: invert(0.9) hue-rotate(170deg) grayscale(0.7);
|
--map-filter: invert(0.9) hue-rotate(170deg) grayscale(0.7);
|
||||||
}
|
}
|
||||||
|
#map:active {
|
||||||
|
cursor: grabbing;
|
||||||
|
cursor: -moz-grabbing;
|
||||||
|
cursor: -webkit-grabbing;
|
||||||
|
}
|
||||||
.light {
|
.light {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user