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