night mode: Fix loading-ellipsis visiblity on clicking "more topics".

This commit is contained in:
Shubham Dhama
2018-06-14 10:48:16 +05:30
committed by Tim Abbott
parent 200c381c91
commit 281611f64c

View File

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