aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
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/Mapco
parentc05e931d5ed2ce315e9556db9ebf6afd9918f6fc (diff)
delete .nav-list .empty/.error (#4899)
Diffstat (limited to 'p/themes/Mapco')
-rw-r--r--p/themes/Mapco/_sidebar.scss40
-rw-r--r--p/themes/Mapco/mapco.css22
-rw-r--r--p/themes/Mapco/mapco.rtl.css22
3 files changed, 0 insertions, 84 deletions
diff --git a/p/themes/Mapco/_sidebar.scss b/p/themes/Mapco/_sidebar.scss
index 77438c836..9f546da61 100644
--- a/p/themes/Mapco/_sidebar.scss
+++ b/p/themes/Mapco/_sidebar.scss
@@ -151,27 +151,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;
@@ -182,20 +162,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;
@@ -204,12 +170,6 @@
}
}
- &.empty {
- a {
- color: variables.$warning-bg;
- }
- }
-
.nav-header {
padding: 0 10px;
font-weight: bold;
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 170938509..6a0592b82 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -580,17 +580,6 @@ form th {
color: #ffffff;
transition: all 0.15s ease-in-out;
}
-.nav-list .item .error a {
- color: #f5633e;
-}
-.nav-list .item:hover .error a {
- background: #36c;
- color: #ffffff;
-}
-.nav-list .item:hover .empty a {
- background: #f4f762;
- color: #ffffff;
-}
.nav-list .item:hover a {
background: #17181a;
text-decoration: none;
@@ -599,22 +588,11 @@ form th {
background: #36c;
color: #fff;
}
-.nav-list .item.active .error a {
- background: #36c;
- color: #fff;
-}
-.nav-list .item.active .empty a {
- background: #f4f762;
- color: #fff;
-}
.nav-list .item.active a {
background: #36c;
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/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index c2096b11c..141d3f312 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -580,17 +580,6 @@ form th {
color: #ffffff;
transition: all 0.15s ease-in-out;
}
-.nav-list .item .error a {
- color: #f5633e;
-}
-.nav-list .item:hover .error a {
- background: #36c;
- color: #ffffff;
-}
-.nav-list .item:hover .empty a {
- background: #f4f762;
- color: #ffffff;
-}
.nav-list .item:hover a {
background: #17181a;
text-decoration: none;
@@ -599,22 +588,11 @@ form th {
background: #36c;
color: #fff;
}
-.nav-list .item.active .error a {
- background: #36c;
- color: #fff;
-}
-.nav-list .item.active .empty a {
- background: #f4f762;
- color: #fff;
-}
.nav-list .item.active a {
background: #36c;
color: #fff;
text-decoration: none;
}
-.nav-list.empty a {
- color: #f4f762;
-}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;