mirror of https://github.com/zulip/zulip.git
inbox: Use a non transparent background color.
Since the search box header is sticky, we need the background to be non transparent.
This commit is contained in:
parent
7e11f95716
commit
01959d49fc
|
@ -209,7 +209,7 @@ body {
|
|||
/* Inbox view constants - Values from Figma design */
|
||||
--height-inbox-search: 26px;
|
||||
--width-inbox-search: 346px;
|
||||
--color-background-inbox: hsl(0deg 0% 100% / 50%);
|
||||
--color-background-inbox: hsl(0deg 6.67% 97.06%);
|
||||
--color-background-inbox-search: hsl(0deg 0% 0% / 5%);
|
||||
--color-icon-search-inbox: hsl(0deg 0% 0% / 50%);
|
||||
--color-background-inbox-search-focus: hsl(0deg 0% 100%);
|
||||
|
|
Loading…
Reference in New Issue