aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-18 12:10:00 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-18 12:10:00 +0200
commit27349070003f76493ce13bc4566fa9c018ae5d5c (patch)
treeac98b192438cc075b744e0b3011afd5881f2b46c /p/themes/Mapco
parentc1ecb7145c0e2c1a78cc1dec862996923d51fdf6 (diff)
(S)CSS .disable removed (#4619)
Diffstat (limited to 'p/themes/Mapco')
-rw-r--r--p/themes/Mapco/_sidebar.scss6
-rw-r--r--p/themes/Mapco/mapco.css5
-rw-r--r--p/themes/Mapco/mapco.rtl.css5
3 files changed, 0 insertions, 16 deletions
diff --git a/p/themes/Mapco/_sidebar.scss b/p/themes/Mapco/_sidebar.scss
index 06ae07d9e..3a6797109 100644
--- a/p/themes/Mapco/_sidebar.scss
+++ b/p/themes/Mapco/_sidebar.scss
@@ -213,12 +213,6 @@
}
}
- .disable {
- text-align: center;
- background: variables.$grey-lighter;
- color: variables.$grey-medium-dark;
- }
-
.nav-header {
padding: 0 10px;
font-weight: bold;
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 92105c9c7..ea7ac5769 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -614,11 +614,6 @@ form th {
.nav-list.empty a {
color: #f4f762;
}
-.nav-list .disable {
- text-align: center;
- background: #f9fafb;
- color: #a6a7ae;
-}
.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 a13040b0d..c7e895805 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -614,11 +614,6 @@ form th {
.nav-list.empty a {
color: #f4f762;
}
-.nav-list .disable {
- text-align: center;
- background: #f9fafb;
- color: #a6a7ae;
-}
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;