mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 01:09:22 +02:00
Consistently use the browser's pointer cursor
(before it was a random mix of browser pointer and custom pointer)
This commit is contained in:
@@ -101,6 +101,5 @@
|
||||
|
||||
.turn rect,
|
||||
.turn circle {
|
||||
cursor: pointer; /* Opera */
|
||||
cursor: url(img/cursor-pointer.png) 6 1, pointer; /* FF */
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -116,8 +116,7 @@ button,
|
||||
.checkselect label:hover,
|
||||
.opacity-options li,
|
||||
.radial-menu-item {
|
||||
cursor: pointer; /* Opera */
|
||||
cursor: url(img/cursor-pointer.png) 6 1, pointer; /* FF */
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
||||
BIN
dist/img/cursor-pointer.png
vendored
BIN
dist/img/cursor-pointer.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 364 B |
BIN
dist/img/cursor-pointer2x.png
vendored
BIN
dist/img/cursor-pointer2x.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 685 B |
Reference in New Issue
Block a user