Skip to content

Commit

Permalink
Merge pull request #680 from GSA/base-lighter-colors
Browse files Browse the repository at this point in the history
removed border from unstyled disabled button
  • Loading branch information
shayan-roshan authored Oct 31, 2023
2 parents b2aa3bf + bcdb09b commit 593bedc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sam-styles/packages/components/button/styles/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,12 @@ $button-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
&.usa-button--unstyled {
box-shadow: none;
@include u-bg("transparent");
@include u-text("disabled");
@include u-text("base");
border: none !important;
text-decoration: none;
&:hover {
font-weight: unset !important;
}
}
}
}
Expand Down

0 comments on commit 593bedc

Please sign in to comment.