diff options
| author | 2022-11-27 11:25:38 +0100 | |
|---|---|---|
| committer | 2022-11-27 11:25:38 +0100 | |
| commit | b71806268c299a9b1fcbe2ccb6a98f0ebdef6f63 (patch) | |
| tree | a7164219c2800fcc58e2136e523a26960e106525 /p/themes/Ansum/_sidebar.scss | |
| parent | c05e931d5ed2ce315e9556db9ebf6afd9918f6fc (diff) | |
delete .nav-list .empty/.error (#4899)
Diffstat (limited to 'p/themes/Ansum/_sidebar.scss')
| -rw-r--r-- | p/themes/Ansum/_sidebar.scss | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss index 7aaa6b0a8..d73cf7439 100644 --- a/p/themes/Ansum/_sidebar.scss +++ b/p/themes/Ansum/_sidebar.scss @@ -152,27 +152,7 @@ @include mixins.transition(all, 0.15s, ease-in-out); } - .error { - a { - color: variables.$alert-bg; - } - } - &:hover { - .error { - a { - background: variables.$main-first; - color: variables.$sid-font-color; - } - } - - .empty { - a { - background: variables.$warning-bg; - color: variables.$sid-font-color; - } - } - a { background: variables.$sid-bg-dark; text-decoration: none; @@ -183,20 +163,6 @@ background: variables.$main-first; color: variables.$white; - .error { - a { - background: variables.$main-first; - color: variables.$white; - } - } - - .empty { - a { - background: variables.$warning-bg; - color: variables.$white; - } - } - a { background: variables.$main-first; color: variables.$white; @@ -205,12 +171,6 @@ } } - &.empty { - a { - color: variables.$warning-bg; - } - } - .nav-header { padding: 0 10px; font-weight: bold; |
