Browse Source

removing cursor default for icons, as they should not always be default. Fixes #1274

davegandy 12 years ago
parent
commit
7a26e2087f
2 changed files with 0 additions and 2 deletions
  1. 0 1
      src/assets/font-awesome/less/core.less
  2. 0 1
      src/assets/font-awesome/scss/_core.scss

+ 0 - 1
src/assets/font-awesome/less/core.less

@@ -10,7 +10,6 @@
 [class*=" icon-"]:before {
   text-decoration: inherit;
   display: inline-block;
-  cursor: default;
   speak: none;
 }
 

+ 0 - 1
src/assets/font-awesome/scss/_core.scss

@@ -10,7 +10,6 @@
 [class*=" icon-"]:before {
   text-decoration: inherit;
   display: inline-block;
-  cursor: default;
   speak: none;
 }