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:
Aman Agrawal
2025-03-06 04:35:49 +00:00
committed by Tim Abbott
parent e3f39abac6
commit f57a3abd83
2 changed files with 18 additions and 2 deletions

View File

@@ -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%);
}