We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a4f12 commit bfeb540Copy full SHA for bfeb540
src/lib/button/_button-theme.scss
@@ -98,7 +98,7 @@
98
99
// Note: this needs a bit extra specificity, because we're not guaranteed the inclusion
100
// order of the theme styles and the button reset may end up resetting this as well.
101
- .mat-stroked-button:not(.mat-button-disabled) {
+ .mat-stroked-button:not([disabled]) {
102
border-color: mat-color($foreground, divider);
103
}
104
0 commit comments