diff options
| author | 2022-09-18 12:10:00 +0200 | |
|---|---|---|
| committer | 2022-09-18 12:10:00 +0200 | |
| commit | 27349070003f76493ce13bc4566fa9c018ae5d5c (patch) | |
| tree | ac98b192438cc075b744e0b3011afd5881f2b46c /p/themes/Ansum | |
| parent | c1ecb7145c0e2c1a78cc1dec862996923d51fdf6 (diff) | |
(S)CSS .disable removed (#4619)
Diffstat (limited to 'p/themes/Ansum')
| -rw-r--r-- | p/themes/Ansum/_sidebar.scss | 6 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 5 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 5 |
3 files changed, 0 insertions, 16 deletions
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; |
