From b71806268c299a9b1fcbe2ccb6a98f0ebdef6f63 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 27 Nov 2022 11:25:38 +0100 Subject: delete .nav-list .empty/.error (#4899) --- p/themes/BlueLagoon/BlueLagoon.css | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'p/themes/BlueLagoon/BlueLagoon.css') 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; -- cgit v1.2.3