a:hover cursor

This commit is contained in:
Adam Bradley
2014-02-11 17:13:22 -06:00
parent 1a1e968ea4
commit a6a290614e

View File

@@ -13,6 +13,10 @@
a {
-webkit-user-drag: none;
-webkit-tap-highlight-color: transparent;
&:hover {
cursor: pointer;
}
}
img {
-webkit-user-drag: none;