mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 14:23:38 +02:00
more specific cursor selectors.
This commit is contained in:
+5
-5
@@ -856,11 +856,11 @@ text.point {
|
||||
cursor: url(../img/cursor-select-remove.png), pointer;
|
||||
}
|
||||
|
||||
.point:active,
|
||||
.vertex:active,
|
||||
.line:active,
|
||||
.area:active,
|
||||
.midpoint:active,
|
||||
#map .point:active,
|
||||
#map .vertex:active,
|
||||
#map .line:active,
|
||||
#map .area:active,
|
||||
#map .midpoint:active,
|
||||
.mode-select .selected {
|
||||
cursor: url(../img/cursor-select-acting.png), pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user