We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbddd29 + acaa01d commit b913e02Copy full SHA for b913e02
1 file changed
sam-styles/packages/components/button/styles/button.scss
@@ -674,6 +674,32 @@ $error-dark-alt: #B50909;
674
}
675
676
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
689
+ }
690
691
+ &.usa-button--active,
692
+ &:active {
693
+ background-color: color("secondary-darker");
694
695
696
697
+ &.usa-focus,
698
+ &:focus {
699
+ outline-offset: units(2px);
700
701
+}
702
703
/*-------------------
704
Circular Buttons - DEPRECATED: Use .sds-button--circle
705
--------------------*/
0 commit comments