links: Fix glitchy underlines in left sidebar.

This fixes the underlines and blue color that are
visible when selecting multiple topics/channels.

Comment: https://github.com/zulip/zulip/pull/34977#issuecomment-3181802391
Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
apoorvapendse
2025-08-13 10:12:33 +05:30
committed by Tim Abbott
parent 526ba0f7d4
commit 68ea286ced

View File

@@ -1568,7 +1568,8 @@ li.active-sub-filter {
text-decoration: none;
color: inherit;
&:hover {
&:hover,
&:active {
opacity: 1;
text-decoration: none;
color: inherit;
@@ -1646,7 +1647,8 @@ li.active-sub-filter {
text-decoration: none;
color: inherit;
&:hover {
&:hover,
&:active {
opacity: 1;
text-decoration: none;
color: inherit;