Skip to content

Commit

Permalink
fix(button): add missing border-color values
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed Aug 8, 2023
1 parent 5ecdc35 commit d69469e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sage-assets/lib/stylesheets/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ a.sage-btn {
&:hover {
color: map-get($-style-type-configs, color);
background-color: map-get($-style-type-configs, background-color);
border-color: map-get($-style-type-configs, border-color);
}
}
@else if ($-style-type-name == focus) {
Expand All @@ -538,6 +539,7 @@ a.sage-btn {

color: map-get($-style-type-configs, color);
background-color: map-get($-style-type-configs, background-color);
border-color: map-get($-style-type-configs, border-color);

.sage-toolbar > &,
.sage-toolbar__group > & {
Expand Down

0 comments on commit d69469e

Please sign in to comment.