Fixed Firefox text selection cursor over fa - update _core.scss

Fixed Firefox showing text selection cursor when hovering over fa
This commit is contained in:
Ramon 2014-09-17 13:06:34 +02:00
parent a65bd93d81
commit 80bf435f19

View File

@ -8,4 +8,5 @@
text-rendering: auto; // optimizelegibility throws things off #1094 text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
cursor: default;
} }