Skip to content

Commit bfeb540

Browse files
josephperrottmmalerba
authored andcommitted
fix(button): fix stroked button border color (#13219)
1 parent 67a4f12 commit bfeb540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/button/_button-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

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

0 commit comments

Comments
 (0)