Fixed issue where the cursor would not change to grabbing when a user… (#16808)

This commit is contained in:
english-ra 2023-06-07 10:44:54 +01:00 committed by GitHub
parent 0a62d711f2
commit 0a8252c16a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -471,6 +471,11 @@ export class HaMap extends ReactiveElement {
background: #090909;
--map-filter: invert(0.9) hue-rotate(170deg) grayscale(0.7);
}
#map:active {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
.light {
color: #000000;
}