Skip to content

Commit acaa01d

Browse files
committed
action menu color updated
1 parent 3fc19a6 commit acaa01d

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

  • sam-styles/packages/components/button/styles

sam-styles/packages/components/button/styles/button.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,32 @@ $error-dark-alt: #B50909;
674674
}
675675
}
676676

677+
/*-------------------
678+
SDS Button Secondary
679+
--------------------*/
680+
.sds-button--secondary {
681+
@include u-bg("secondary-dark");
682+
color: color("white");
683+
box-shadow: none;
684+
685+
&.usa-button--hover,
686+
&:hover {
687+
background-color: color("secondary-light");
688+
color: color("white");
689+
}
690+
691+
&.usa-button--active,
692+
&:active {
693+
background-color: color("secondary-darker");
694+
color: color("white");
695+
}
696+
697+
&.usa-focus,
698+
&:focus {
699+
outline-offset: units(2px);
700+
}
701+
}
702+
677703
/*-------------------
678704
Circular Buttons - DEPRECATED: Use .sds-button--circle
679705
--------------------*/

0 commit comments

Comments
 (0)