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:
Javi Martín
2021-04-28 20:35:44 +02:00
parent a81aac6738
commit f27d1231bb

View File

@@ -352,10 +352,6 @@
a {
@include brand-text;
~ a {
color: $text;
}
}
[class^="icon-"] {