From f27d1231bbd998ba0dd6e0d5b89dd9df395a2eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 28 Apr 2021 20:35:44 +0200 Subject: [PATCH] Remove unused CSS selector In the dashboard navigation, each link is inside a list item, so the selector `a ~ a` is never used. --- app/assets/stylesheets/dashboard.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss index 1424032c2..86a02be16 100644 --- a/app/assets/stylesheets/dashboard.scss +++ b/app/assets/stylesheets/dashboard.scss @@ -352,10 +352,6 @@ a { @include brand-text; - - ~ a { - color: $text; - } } [class^="icon-"] {