diff options
| author | 2025-04-27 22:30:52 +0200 | |
|---|---|---|
| committer | 2025-04-27 22:30:52 +0200 | |
| commit | 9374b7745f92f8f4b0cfc94163d4df9845a1d15c (patch) | |
| tree | 792100d83b6fc73a01979d741ee8cfa548953f38 /p/themes/Mapco | |
| parent | c2ccdf2d1bf12dfc5330c6b622999731199dd62c (diff) | |
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
Diffstat (limited to 'p/themes/Mapco')
| -rw-r--r-- | p/themes/Mapco/_sidebar.scss | 2 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.css | 2 | ||||
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 2 |
3 files changed, 3 insertions, 3 deletions
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; |
