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/Ansum | |
| 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/Ansum')
| -rw-r--r-- | p/themes/Ansum/_sidebar.scss | 3 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 3 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss index 96554fdbf..0f060e399 100644 --- a/p/themes/Ansum/_sidebar.scss +++ b/p/themes/Ansum/_sidebar.scss @@ -203,7 +203,8 @@ 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/Ansum/ansum.css b/p/themes/Ansum/ansum.css index adf93cb19..6c90e7b4c 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -614,7 +614,8 @@ th { background: #ca7227; color: #fff; } -.nav-list .item.active a { +.nav-list .item.active a, +.nav-list .item.active .as-link { background: #ca7227; color: #fff; text-decoration: none; diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index 89e6146c0..dd7fb6158 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -614,7 +614,8 @@ th { background: #ca7227; color: #fff; } -.nav-list .item.active a { +.nav-list .item.active a, +.nav-list .item.active .as-link { background: #ca7227; color: #fff; text-decoration: none; |
