mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 04:43:58 +00:00
dark_theme: Clean up moving bar on main-view banner.
This commit is contained in:
@@ -2738,6 +2738,10 @@
|
|||||||
var(--color-text-generic-link),
|
var(--color-text-generic-link),
|
||||||
hsl(200deg 100% 50%)
|
hsl(200deg 100% 50%)
|
||||||
);
|
);
|
||||||
|
--color-background-main-view-banner-moving-bar: light-dark(
|
||||||
|
hsl(204deg 63% 85%),
|
||||||
|
hsl(204deg 63% 18%)
|
||||||
|
);
|
||||||
|
|
||||||
/* Info density update UI */
|
/* Info density update UI */
|
||||||
--color-info-density-control-border: light-dark(
|
--color-info-density-control-border: light-dark(
|
||||||
|
|||||||
@@ -1009,7 +1009,7 @@
|
|||||||
/* The progress updates seem to come every second or so,
|
/* The progress updates seem to come every second or so,
|
||||||
so this is the smoothest it can probably get. */
|
so this is the smoothest it can probably get. */
|
||||||
transition: width 1s ease-in-out; /* stylelint-disable-line plugin/no-low-performance-animation-properties */
|
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;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -81,12 +81,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload_banner {
|
|
||||||
.moving_bar {
|
|
||||||
background: hsl(204deg 63% 18%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* this one is because in the app we have blue and in dark-theme it should be white. */
|
/* this one is because in the app we have blue and in dark-theme it should be white. */
|
||||||
.popover a {
|
.popover a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|||||||
Reference in New Issue
Block a user