From 27349070003f76493ce13bc4566fa9c018ae5d5c Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 18 Sep 2022 12:10:00 +0200 Subject: (S)CSS .disable removed (#4619) --- p/themes/Ansum/_sidebar.scss | 6 ------ p/themes/Ansum/ansum.css | 5 ----- p/themes/Ansum/ansum.rtl.css | 5 ----- 3 files changed, 16 deletions(-) (limited to 'p/themes/Ansum') diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss index 562718631..f5b6b2355 100644 --- a/p/themes/Ansum/_sidebar.scss +++ b/p/themes/Ansum/_sidebar.scss @@ -214,12 +214,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/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 3df770d88..6e301313e 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -591,11 +591,6 @@ form th { .nav-list.empty a { color: #f4f762; } -.nav-list .disable { - text-align: center; - background: #fcfaf8; - color: #ba9; -} .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 e4c6e2294..d2255289b 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -591,11 +591,6 @@ form th { .nav-list.empty a { color: #f4f762; } -.nav-list .disable { - text-align: center; - background: #fcfaf8; - color: #ba9; -} .nav-list .nav-header { padding: 0 10px; font-weight: bold; -- cgit v1.2.3