This commit is contained in:
vinceliuice
2022-10-25 09:29:22 +08:00
parent 0a72043615
commit 5b4fc06e13
2 changed files with 2 additions and 2 deletions

View File

@@ -3435,7 +3435,7 @@ infobar {
link:link { color: on($primary); } link:link { color: on($primary); }
button { button {
&, &.text-button:not(:disabled) { color: $primary; } &.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { color: $primary; }
} }
} }
} }

View File

@@ -4147,7 +4147,7 @@ infobar {
color: $text; color: $text;
button { button {
&, &.text-button:not(:disabled) { color: $primary; } &.text-button:not(:disabled):not(.suggested-action):not(.destructive-action) { color: $primary; }
} }
} }
} }