Skip to content

Commit

Permalink
fix(button): revert disabled button color to v5 behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Ryan authored and ashleyryan committed Jun 13, 2022
1 parent 4320716 commit 0294221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/core/src/button/button.element.scss
Expand Up @@ -223,7 +223,6 @@ cds-progress-circle {
:host([disabled]),
:host([disabled][action='outline']) {
--background: #{$cds-alias-status-disabled-tint};
--color: #{$cds-alias-status-disabled-shade};
--border-color: #{$cds-alias-status-disabled-tint};
--box-shadow-color: #{$cds-alias-object-opacity-0};

Expand Down

0 comments on commit 0294221

Please sign in to comment.