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

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

View File

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

View File

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