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

This commit is contained in:
davegandy 2013-06-15 09:24:33 -04:00
parent dc0b9f5db4
commit 7a26e2087f
2 changed files with 0 additions and 2 deletions
src/assets/font-awesome

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

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