Skip to content

Commit

Permalink
align outline button style to styleguide (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdanielamoitzi authored Jan 28, 2022
1 parent 86237a7 commit 15a9837
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dist/scss/components/_btn_text.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions src/scss/components/_btn_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,13 @@
$disabled-color: rgba($value, $btn-disabled-opacity)
);
}

// override the background color of button-outline-variant
.btn-outline-#{$color} {
@include button-outline-variant(
$color: $value,
$color-hover: $value,
$active-background: rgba($value, 0.10)
)
}
}

0 comments on commit 15a9837

Please sign in to comment.