Skip to content

Commit

Permalink
action menu color updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yerramshilpa committed Nov 25, 2024
1 parent 3fc19a6 commit acaa01d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions sam-styles/packages/components/button/styles/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,32 @@ $error-dark-alt: #B50909;
}
}

/*-------------------
SDS Button Secondary
--------------------*/
.sds-button--secondary {
@include u-bg("secondary-dark");
color: color("white");
box-shadow: none;

&.usa-button--hover,
&:hover {
background-color: color("secondary-light");
color: color("white");
}

&.usa-button--active,
&:active {
background-color: color("secondary-darker");
color: color("white");
}

&.usa-focus,
&:focus {
outline-offset: units(2px);
}
}

/*-------------------
Circular Buttons - DEPRECATED: Use .sds-button--circle
--------------------*/
Expand Down

0 comments on commit acaa01d

Please sign in to comment.