Fixed Firefox text selection cursor over fa - update core.less

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

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;
} }