Revert "Refine menu, toast, and popover colors (#12247)" (#12263)

This reverts commit 0856c7617d.

Co-authored-by: David Langley <langley.dave@gmail.com>
This commit is contained in:
Florian Duros 2024-02-20 14:54:33 +01:00 committed by GitHub
parent 371405782d
commit ac435c8d4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 118 additions and 32 deletions

View file

@ -36,17 +36,16 @@ limitations under the License.
.mx_Toast_toast {
grid-row: 1 / 3;
grid-column: 1;
background-color: var(--cpd-color-bg-canvas-default);
background-color: $system;
color: $primary-content;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary);
border-radius: 12px;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
border-radius: 8px;
overflow: hidden;
display: grid;
grid-template-columns: 22px 1fr;
column-gap: 8px;
row-gap: 4px;
padding: var(--cpd-space-3x);
padding: 8px;
&.mx_Toast_hasIcon {
&::before,