Refine menu, toast, and popover colors (#12247)
So that they use Compound semantic colors correctly and appear more similar to the real components now found in Compound.
This commit is contained in:
parent
35ad92bf54
commit
0856c7617d
23 changed files with 32 additions and 118 deletions
|
@ -136,7 +136,7 @@ limitations under the License.
|
|||
&.mx_AccessibleButton_kind_danger_outline {
|
||||
color: var(--cpd-color-text-critical-primary);
|
||||
background-color: transparent;
|
||||
border: 1px solid var(--cpd-color-border-critical-primary);
|
||||
border: 1px solid var(--cpd-color-border-critical-subtle);
|
||||
|
||||
&.mx_AccessibleButton_disabled {
|
||||
color: var(--cpd-color-text-disabled);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue