mirror of https://github.com/zulip/zulip.git
popovers: Add disabled button CSS for light theme.
Previously, we only had disabled button CSS for the dark theme in dialog widgets. Fixes #24567.
This commit is contained in:
parent
8f8a9f6f04
commit
74ff9a4beb
|
@ -137,6 +137,10 @@
|
|||
margin-left: 12px;
|
||||
background-color: hsl(240, 96%, 68%);
|
||||
color: hsl(0, 0%, 100%) !important;
|
||||
|
||||
&:disabled {
|
||||
background-color: hsl(0, 0%, 65%);
|
||||
}
|
||||
}
|
||||
|
||||
#read_receipts_error,
|
||||
|
|
Loading…
Reference in New Issue