mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
recent_view: Make icon change on hover for visibility indicator robust.
Using character index for changing icon is not reliable, so we use `background-image` to change the icon being displayed here.
This commit is contained in:
@@ -484,6 +484,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
#recent_view
|
||||
.change_visibility_policy
|
||||
.visibility-status-icon:not(.recent-view-row-topic-menu):hover {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.drafts-container .header-body .delete-drafts-group > *:focus {
|
||||
background-color: hsl(228deg 11% 17%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user