aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--p/themes/Alternative-Dark/adark.css18
-rw-r--r--p/themes/Alternative-Dark/adark.rtl.css18
-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
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.css19
-rw-r--r--p/themes/BlueLagoon/BlueLagoon.rtl.css19
-rw-r--r--p/themes/Dark/dark.css20
-rw-r--r--p/themes/Dark/dark.rtl.css20
-rw-r--r--p/themes/Flat/flat.css20
-rw-r--r--p/themes/Flat/flat.rtl.css20
-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
-rw-r--r--p/themes/Origine/origine.css18
-rw-r--r--p/themes/Origine/origine.rtl.css18
-rw-r--r--p/themes/Pafat/pafat.css18
-rw-r--r--p/themes/Pafat/pafat.rtl.css18
-rw-r--r--p/themes/Screwdriver/screwdriver.css19
-rw-r--r--p/themes/Screwdriver/screwdriver.rtl.css19
-rw-r--r--p/themes/Swage/swage.css16
-rw-r--r--p/themes/Swage/swage.rtl.css16
-rw-r--r--p/themes/Swage/swage.scss21
-rw-r--r--p/themes/base-theme/base.css12
-rw-r--r--p/themes/base-theme/base.rtl.css12
25 files changed, 0 insertions, 509 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css
index f32d91e53..51eb01d0c 100644
--- a/p/themes/Alternative-Dark/adark.css
+++ b/p/themes/Alternative-Dark/adark.css
@@ -309,24 +309,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: var(--empty-feed-color);
-}
-
-.nav-list .item.active.empty a {
- background: var(--empty-feed-color);
- color: var(--font-color-light);
-}
-
-.nav-list .item.error a {
- color: var(--font-color-error);
-}
-
-.nav-list .item.active.error a {
- background: var(--contrast-attention-background-color);
- color: var(--font-color-light);
-}
-
.nav-list .nav-header {
padding: 0 10px;
color: var(--font-color-middle);
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css
index 9cb07185d..2f994d178 100644
--- a/p/themes/Alternative-Dark/adark.rtl.css
+++ b/p/themes/Alternative-Dark/adark.rtl.css
@@ -309,24 +309,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: var(--empty-feed-color);
-}
-
-.nav-list .item.active.empty a {
- background: var(--empty-feed-color);
- color: var(--font-color-light);
-}
-
-.nav-list .item.error a {
- color: var(--font-color-error);
-}
-
-.nav-list .item.active.error a {
- background: var(--contrast-attention-background-color);
- color: var(--font-color-light);
-}
-
.nav-list .nav-header {
padding: 0 10px;
color: var(--font-color-middle);
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;
diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css
index 276b50c8a..9cb9c488e 100644
--- a/p/themes/BlueLagoon/BlueLagoon.css
+++ b/p/themes/BlueLagoon/BlueLagoon.css
@@ -294,25 +294,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #f39c12;
-}
-
-.nav-list .item.active.empty a {
- background: linear-gradient(180deg, #e4992c 0%, #d18114 100%) #e4992c;
- background: -webkit-linear-gradient(180deg, #e4992c 0%, #d18114 100%);
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #bd362f;
-}
-
-.nav-list .item.active.error a {
- background: #bd362f;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
background: transparent;
diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css
index 1713a89ed..0924bcbd8 100644
--- a/p/themes/BlueLagoon/BlueLagoon.rtl.css
+++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css
@@ -294,25 +294,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #f39c12;
-}
-
-.nav-list .item.active.empty a {
- background: linear-gradient(-180deg, #e4992c 0%, #d18114 100%) #e4992c;
- background: -webkit-linear-gradient(-180deg, #e4992c 0%, #d18114 100%);
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #bd362f;
-}
-
-.nav-list .item.active.error a {
- background: #bd362f;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
background: transparent;
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css
index 4a13c4099..5589eb558 100644
--- a/p/themes/Dark/dark.css
+++ b/p/themes/Dark/dark.css
@@ -289,26 +289,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #c95;
-}
-
-.nav-list .item:hover.empty a,
-.nav-list .item.active.empty a {
- background: #c95;
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #a44;
-}
-
-.nav-list .item:hover.error a,
-.nav-list .item.active.error a {
- background: #a44;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;
diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css
index 82f30827e..a2493c4ac 100644
--- a/p/themes/Dark/dark.rtl.css
+++ b/p/themes/Dark/dark.rtl.css
@@ -289,26 +289,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #c95;
-}
-
-.nav-list .item:hover.empty a,
-.nav-list .item.active.empty a {
- background: #c95;
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #a44;
-}
-
-.nav-list .item:hover.error a,
-.nav-list .item.active.error a {
- background: #a44;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index 67d823cac..e2309c970 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -276,26 +276,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #f39c12;
-}
-
-.nav-list .item:hover.empty a,
-.nav-list .item.active.empty a {
- background: #f39c12;
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #bd362f;
-}
-
-.nav-list .item:hover.error a,
-.nav-list .item.active.error a {
- background: #bd362f;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css
index dbbb9a6aa..39c1e9b4c 100644
--- a/p/themes/Flat/flat.rtl.css
+++ b/p/themes/Flat/flat.rtl.css
@@ -276,26 +276,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #f39c12;
-}
-
-.nav-list .item:hover.empty a,
-.nav-list .item.active.empty a {
- background: #f39c12;
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #bd362f;
-}
-
-.nav-list .item:hover.error a,
-.nav-list .item.active.error a {
- background: #bd362f;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;
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;
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index fb81b00a4..0029d535a 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -389,24 +389,6 @@ a:hover .icon {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: var(--empty-feed-color);
-}
-
-.nav-list .item.active.empty a {
- background-color: var(--empty-feed-color);
- color: var(--font-color-light);
-}
-
-.nav-list .item.error a {
- color: var(--error-feed-color);
-}
-
-.nav-list .item.active.error a {
- background-color: var(--error-feed-color);
- color: var(--font-color-light);
-}
-
.nav-list .nav-header {
padding: 0 10px;
background-color: var(--background-color-grey);
diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css
index fa5205852..7bd49738e 100644
--- a/p/themes/Origine/origine.rtl.css
+++ b/p/themes/Origine/origine.rtl.css
@@ -389,24 +389,6 @@ a:hover .icon {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: var(--empty-feed-color);
-}
-
-.nav-list .item.active.empty a {
- background-color: var(--empty-feed-color);
- color: var(--font-color-light);
-}
-
-.nav-list .item.error a {
- color: var(--error-feed-color);
-}
-
-.nav-list .item.active.error a {
- background-color: var(--error-feed-color);
- color: var(--font-color-light);
-}
-
.nav-list .nav-header {
padding: 0 10px;
background-color: var(--background-color-grey);
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index fe8770c88..d1185164a 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -249,24 +249,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #f39c12;
-}
-
-.nav-list .item.active.empty a {
- background: #f39c12;
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #bd362f;
-}
-
-.nav-list .item.active.error a {
- background: #bd362f;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
background: #f4f4f4;
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index 60877e1ad..4bba258a8 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -249,24 +249,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #f39c12;
-}
-
-.nav-list .item.active.empty a {
- background: #f39c12;
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #bd362f;
-}
-
-.nav-list .item.active.error a {
- background: #bd362f;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
background: #f4f4f4;
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 490381fb6..c940afb76 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -298,25 +298,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #f39c12;
-}
-
-.nav-list .item.active.empty a {
- background: linear-gradient(180deg, #e4992c 0%, #d18114 100%) #e4992c;
- background: -webkit-linear-gradient(180deg, #e4992c 0%, #d18114 100%);
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #bd362f;
-}
-
-.nav-list .item.active.error a {
- background: #bd362f;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
background: transparent;
diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css
index e8a30d326..6d1bbd90e 100644
--- a/p/themes/Screwdriver/screwdriver.rtl.css
+++ b/p/themes/Screwdriver/screwdriver.rtl.css
@@ -298,25 +298,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
- color: #f39c12;
-}
-
-.nav-list .item.active.empty a {
- background: linear-gradient(-180deg, #e4992c 0%, #d18114 100%) #e4992c;
- background: -webkit-linear-gradient(-180deg, #e4992c 0%, #d18114 100%);
- color: #fff;
-}
-
-.nav-list .item.error a {
- color: #bd362f;
-}
-
-.nav-list .item.active.error a {
- background: #bd362f;
- color: #fff;
-}
-
.nav-list .nav-header {
padding: 0 10px;
background: transparent;
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index 2397160b2..4f5811144 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -281,25 +281,9 @@ form th {
.nav-list .item.active a {
color: var(--color-text-light);
}
-.nav-list .item.active.empty a,
-.nav-list .item.active .error a {
- color: var(--color-text-light);
-}
-.nav-list .item.active.empty a {
- background-color: var(--color-background-alert);
-}
-.nav-list .item.active.error a {
- background-color: var(--color-background-bad);
-}
.nav-list .item > a {
padding: 0 1.5rem;
}
-.nav-list .item.empty a {
- color: var(--color-text-alert);
-}
-.nav-list .item.error a {
- color: var(--color-text-bad-lighter);
-}
.nav-list .item .icon {
filter: brightness(3);
}
diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css
index a021a70cd..32367ee96 100644
--- a/p/themes/Swage/swage.rtl.css
+++ b/p/themes/Swage/swage.rtl.css
@@ -281,25 +281,9 @@ form th {
.nav-list .item.active a {
color: var(--color-text-light);
}
-.nav-list .item.active.empty a,
-.nav-list .item.active .error a {
- color: var(--color-text-light);
-}
-.nav-list .item.active.empty a {
- background-color: var(--color-background-alert);
-}
-.nav-list .item.active.error a {
- background-color: var(--color-background-bad);
-}
.nav-list .item > a {
padding: 0 1.5rem;
}
-.nav-list .item.empty a {
- color: var(--color-text-alert);
-}
-.nav-list .item.error a {
- color: var(--color-text-bad-lighter);
-}
.nav-list .item .icon {
filter: brightness(3);
}
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index 9ca316aff..9d205b7c4 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -365,33 +365,12 @@ form {
a {
color: var(--color-text-light);
}
-
- &.empty a,
- .error a {
- color: var(--color-text-light);
- }
-
- &.empty a {
- background-color: var(--color-background-alert);
- }
-
- &.error a {
- background-color: var(--color-background-bad);
- }
}
> a {
padding: 0 1.5rem;
}
- &.empty a {
- color: var(--color-text-alert);
- }
-
- &.error a {
- color: var(--color-text-bad-lighter);
- }
-
.icon {
filter: brightness(3);
}
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index 3f72fff53..76f53bd2b 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -199,18 +199,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
-}
-
-.nav-list .item.active.empty a {
-}
-
-.nav-list .item.error a {
-}
-
-.nav-list .item.active.error a {
-}
-
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;
diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css
index 461e7930e..4b34fe63a 100644
--- a/p/themes/base-theme/base.rtl.css
+++ b/p/themes/base-theme/base.rtl.css
@@ -199,18 +199,6 @@ a.btn {
text-decoration: none;
}
-.nav-list .item.empty a {
-}
-
-.nav-list .item.active.empty a {
-}
-
-.nav-list .item.error a {
-}
-
-.nav-list .item.active.error a {
-}
-
.nav-list .nav-header {
padding: 0 10px;
font-weight: bold;