removes text-decoration on icons
This commit is contained in:
@@ -1784,6 +1784,7 @@ table {
|
|||||||
|
|
||||||
[class^="icon-"] {
|
[class^="icon-"] {
|
||||||
font-size: $base-font-size;
|
font-size: $base-font-size;
|
||||||
|
text-decoration: none;
|
||||||
vertical-align: sub;
|
vertical-align: sub;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1814,6 +1815,7 @@ table {
|
|||||||
font-size: $base-font-size;
|
font-size: $base-font-size;
|
||||||
left: -20px;
|
left: -20px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
text-decoration: none;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user