From 9374b7745f92f8f4b0cfc94163d4df9845a1d15c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 27 Apr 2025 22:30:52 +0200 Subject: Themes fix CSS .as-link (#7526) * Themes fix CSS .as-link Add missing rules. fix https://github.com/FreshRSS/FreshRSS/pull/7489#issuecomment-2781146577 * More fixes --- p/themes/Mapco/_sidebar.scss | 2 +- p/themes/Mapco/mapco.css | 2 +- p/themes/Mapco/mapco.rtl.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'p/themes/Mapco') diff --git a/p/themes/Mapco/_sidebar.scss b/p/themes/Mapco/_sidebar.scss index 514f81fb1..c6588d235 100644 --- a/p/themes/Mapco/_sidebar.scss +++ b/p/themes/Mapco/_sidebar.scss @@ -200,7 +200,7 @@ background: variables.$main-first; color: variables.$white; - a { + a, .as-link { background: variables.$main-first; color: variables.$white; text-decoration: none; diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 090d7caad..007fcb510 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -626,7 +626,7 @@ th { background: #36c; color: #fff; } -.nav-list .item.active a { +.nav-list .item.active a, .nav-list .item.active .as-link { background: #36c; color: #fff; text-decoration: none; diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 52a953317..ebd8e42f7 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -626,7 +626,7 @@ th { background: #36c; color: #fff; } -.nav-list .item.active a { +.nav-list .item.active a, .nav-list .item.active .as-link { background: #36c; color: #fff; text-decoration: none; -- cgit v1.2.3