Remove unused CSS selector
In the dashboard navigation, each link is inside a list item, so the selector `a ~ a` is never used.
This commit is contained in:
@@ -352,10 +352,6 @@
|
||||
|
||||
a {
|
||||
@include brand-text;
|
||||
|
||||
~ a {
|
||||
color: $text;
|
||||
}
|
||||
}
|
||||
|
||||
[class^="icon-"] {
|
||||
|
||||
Reference in New Issue
Block a user