Skip to content

Commit

Permalink
Merge pull request #1350 from GSA/action-menu-disabled
Browse files Browse the repository at this point in the history
fixed border around disabled button
  • Loading branch information
shayan-roshan authored Dec 14, 2023
2 parents 89525ce + ca76b4b commit da9f5c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<button
*ngIf="button.mode !== actionModes.HIDDEN"
[disabled]="button.mode === actionModes.DISABLED"
[ngClass]="{ 'usa-button--disabled': button.mode === actionModes.DISABLED }"
[ngClass]="{ 'usa-button--disabled usa-button--unstyled': button.mode === actionModes.DISABLED }"
(click)="clicks.emit(button.id)"
sds-menu-item
>
Expand Down

0 comments on commit da9f5c9

Please sign in to comment.