mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
committed by
Tim Abbott
parent
526ba0f7d4
commit
68ea286ced
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user