aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-27 11:25:38 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-27 11:25:38 +0100
commitb71806268c299a9b1fcbe2ccb6a98f0ebdef6f63 (patch)
treea7164219c2800fcc58e2136e523a26960e106525 /p/themes/Ansum
parentc05e931d5ed2ce315e9556db9ebf6afd9918f6fc (diff)
delete .nav-list .empty/.error (#4899)
Diffstat (limited to 'p/themes/Ansum')
-rw-r--r--p/themes/Ansum/_sidebar.scss40
-rw-r--r--p/themes/Ansum/ansum.css22
-rw-r--r--p/themes/Ansum/ansum.rtl.css22
3 files changed, 0 insertions, 84 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;
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index f07ba86ad..4d761c272 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -566,17 +566,6 @@ form th {
color: #363330;
transition: all 0.15s ease-in-out;
}
-.nav-list .item .error a {
- color: #f5633e;
-}
-.nav-list .item:hover .error a {
- background: #ca7227;
- color: #363330;
-}
-.nav-list .item:hover .empty a {
- background: #f4f762;
- color: #363330;
-}
.nav-list .item:hover a {
background: #efe3d3;
text-decoration: none;
@@ -585,22 +574,11 @@ form th {
background: #ca7227;
color: #fff;
}
-.nav-list .item.active .error a {
- background: #ca7227;
- color: #fff;
-}
-.nav-list .item.active .empty a {
- background: #f4f762;
- color: #fff;
-}
.nav-list .item.active a {
background: #ca7227;
color: #fff;
text-decoration: none;
}
-.nav-list.empty a {
- color: #f4f762;
-}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index beb5de8a8..936f2cf6d 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -566,17 +566,6 @@ form th {
color: #363330;
transition: all 0.15s ease-in-out;
}
-.nav-list .item .error a {
- color: #f5633e;
-}
-.nav-list .item:hover .error a {
- background: #ca7227;
- color: #363330;
-}
-.nav-list .item:hover .empty a {
- background: #f4f762;
- color: #363330;
-}
.nav-list .item:hover a {
background: #efe3d3;
text-decoration: none;
@@ -585,22 +574,11 @@ form th {
background: #ca7227;
color: #fff;
}
-.nav-list .item.active .error a {
- background: #ca7227;
- color: #fff;
-}
-.nav-list .item.active .empty a {
- background: #f4f762;
- color: #fff;
-}
.nav-list .item.active a {
background: #ca7227;
color: #fff;
text-decoration: none;
}
-.nav-list.empty a {
- color: #f4f762;
-}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;