mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
stream_color: Remove spectrum-colorpicker library.
As a follow-up to the previous commit which replaces the spectrum color picker instances with the custom color picker popover, this commit removes the spectrum-colorpicker library and its related code from the codebase.
This commit is contained in:
@@ -273,20 +273,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
#stream-actions-menu-popover .sp-container {
|
||||
background-color: transparent;
|
||||
|
||||
& button {
|
||||
background-color: hsl(208deg 35% 11%);
|
||||
border: 1px solid hsl(210deg 36% 4%);
|
||||
color: hsl(236deg 31% 90%);
|
||||
}
|
||||
|
||||
.sp-picker-container {
|
||||
border-left: solid 1px hsl(210deg 36% 4%);
|
||||
}
|
||||
}
|
||||
|
||||
.stream_header_colorblock.disabled {
|
||||
filter: brightness(50%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user