From 4c09677021b023383f32184d2cf278860557564a Mon Sep 17 00:00:00 2001 From: Ramon Date: Wed, 17 Sep 2014 13:06:40 +0200 Subject: [PATCH] Fixed Firefox text selection cursor over fa - update core.less Fixed Firefox showing text selection cursor when hovering over fa. --- less/core.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/core.less b/less/core.less index 01d1910f7..0be77a1ac 100644 --- a/less/core.less +++ b/less/core.less @@ -8,4 +8,5 @@ text-rendering: auto; // optimizelegibility throws things off #1094 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + cursor: default; }