mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
removing cursor default for icons, as they should not always be default. Fixes #1274
This commit is contained in:
parent
dc0b9f5db4
commit
7a26e2087f
1
src/assets/font-awesome/less/core.less
vendored
1
src/assets/font-awesome/less/core.less
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1
src/assets/font-awesome/scss/_core.scss
vendored
1
src/assets/font-awesome/scss/_core.scss
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user