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:
Hardik Dharmani 2023-03-08 00:31:01 +05:30 committed by GitHub
parent 8f8a9f6f04
commit 74ff9a4beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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,