MM-54139 - Updating disabled state menu color (#24815)

Этот коммит содержится в:
Asaad Mahmood
2023-10-10 21:51:00 +05:00
коммит произвёл GitHub
родитель e23fe22328
Коммит f573aaba02

Просмотреть файл

@@ -110,7 +110,7 @@
padding-right: 0 !important; padding-right: 0 !important;
&.disabled { &.disabled {
color: rgba(var(--sys-center-channel-color-rgb), 0.48); color: rgba(var(--center-channel-color-rgb), 0.48);
cursor: default; cursor: default;
pointer-events: none; pointer-events: none;
@@ -119,7 +119,7 @@
} }
.icon { .icon {
color: rgba(var(--sys-center-channel-color-rgb), 0.48); color: rgba(var(--center-channel-color-rgb), 0.48);
} }
} }
} }