aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Alternative-Dark/adark.rtl.css
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/Alternative-Dark/adark.rtl.css
parentc05e931d5ed2ce315e9556db9ebf6afd9918f6fc (diff)
delete .nav-list .empty/.error (#4899)
Diffstat (limited to 'p/themes/Alternative-Dark/adark.rtl.css')
-rw-r--r--p/themes/Alternative-Dark/adark.rtl.css18
1 files changed, 0 insertions, 18 deletions
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);