mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
dark_theme: Clean up moving bar on main-view banner.
This commit is contained in:
@@ -1009,7 +1009,7 @@
|
||||
/* The progress updates seem to come every second or so,
|
||||
so this is the smoothest it can probably get. */
|
||||
transition: width 1s ease-in-out; /* stylelint-disable-line plugin/no-low-performance-animation-properties */
|
||||
background: hsl(204deg 63% 85%);
|
||||
background: var(--color-background-main-view-banner-moving-bar);
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user