mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Simplify icon style selectors
All FontAwesome icons have an `fa` class, so just use that.
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
color: #888;
|
||||
text-shadow: 0 1px 1px #fff;
|
||||
}
|
||||
i[class~="fa"] {
|
||||
i.fa {
|
||||
line-height: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,7 +136,7 @@ ul.notes {
|
||||
display: none;
|
||||
float: right;
|
||||
|
||||
[class~="fa"] {
|
||||
i.fa {
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
vertical-align: middle;
|
||||
|
||||
Reference in New Issue
Block a user