mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Remove retina cursors
They are broken on Safari in a way that is incompatible with making them work on Chrome. https://bugs.webkit.org/show_bug.cgi?id=120783 Fixes #2157.
This commit is contained in:
@@ -89,10 +89,6 @@ button,
|
||||
.radial-menu-item {
|
||||
cursor: pointer; /* Opera */
|
||||
cursor: url(img/cursor-pointer.png) 6 1, pointer; /* FF */
|
||||
cursor: -webkit-image-set(
|
||||
url(img/cursor-pointer.png) 1x,
|
||||
url(img/cursor-pointer2x.png) 2x
|
||||
) 6 1, pointer;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
||||
Reference in New Issue
Block a user