Merge pull request #943 from m-voloshin/fix-cursor-for-icon
Default cursor for icons
This commit is contained in:
commit
07441b092c
|
@ -18,6 +18,7 @@
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 1.22em;
|
line-height: 1.22em;
|
||||||
font-size: 1.22em;
|
font-size: 1.22em;
|
||||||
|
cursor: default;
|
||||||
|
|
||||||
/* Better Font Rendering =========== */
|
/* Better Font Rendering =========== */
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
Loading…
Reference in New Issue