Skip to content

Commit 5074464

Browse files
committed
fix(button): fix stroked button border color
1 parent 3cc9c67 commit 5074464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/components/checkbox-e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {browser, by, element, Key, ExpectedConditions} from 'protractor';
1+
import {browser, by, element, Key} from 'protractor';
22

33
describe('checkbox', () => {
44

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)