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:
John Firebaugh
2014-05-29 15:53:13 -07:00
parent cb2121b7c4
commit d90f8054b1
2 changed files with 0 additions and 60 deletions
-4
View File
@@ -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 {