Skip to content

Commit

Permalink
fix(button): fix stroked button border color (#13219)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephperrott authored and mmalerba committed Sep 21, 2018
1 parent 67a4f12 commit bfeb540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/button/_button-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

// Note: this needs a bit extra specificity, because we're not guaranteed the inclusion
// order of the theme styles and the button reset may end up resetting this as well.
.mat-stroked-button:not(.mat-button-disabled) {
.mat-stroked-button:not([disabled]) {
border-color: mat-color($foreground, divider);
}

Expand Down

0 comments on commit bfeb540

Please sign in to comment.