mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
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:
parent
80bf435f19
commit
4c09677021
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user