mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Adjust pointer css for note markers
This sets `pointer-events: none` for the `.note-shadow` class, to fix an amusing bug where hovering over the filled part of the comment icon would work ok but hovering over the "dots" would not.
This commit is contained in:
@@ -3,16 +3,16 @@
|
||||
.layer-notes {
|
||||
pointer-events: none;
|
||||
}
|
||||
.layer-notes * {
|
||||
pointer-events: visible;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.layer-notes .note .note-shadow {
|
||||
color: #000;
|
||||
pointer-events: none;
|
||||
}
|
||||
.layer-notes .note .note-fill {
|
||||
color: #ff3300;
|
||||
pointer-events: visible;
|
||||
cursor: pointer; /* Opera */
|
||||
cursor: url(img/cursor-select-point.png), pointer; /* FF */
|
||||
}
|
||||
.layer-notes .note.closed .note-fill {
|
||||
color: #55dd00;
|
||||
|
||||
Reference in New Issue
Block a user