mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
night mode: Fix loading-ellipsis visiblity on clicking "more topics".
This commit is contained in:
committed by
Tim Abbott
parent
200c381c91
commit
281611f64c
@@ -496,3 +496,8 @@ body.night-mode #bots_lists_navbar .active a {
|
||||
border-color: #ddd;
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
body.night-mode .searching-for-more-topics img {
|
||||
-webkit-filter: invert(100%);
|
||||
filter: invert(100%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user