File tree 1 file changed +6
-3
lines changed
src/material-experimental/mdc-button
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 34
34
@mixin _outlined-button-variant ($color ) {
35
35
@include mdc-button-outlined-theme .theme ((
36
36
label- text- color: $color ,
37
- outline-color : $color ,
38
37
));
39
38
}
40
39
140
139
}
141
140
142
141
.mat-mdc-outlined-button {
142
+ @include mdc-button-outlined-theme .theme ((
143
+ outline-color : rgba (mdc-theme-color .prop-value (on-surface ), 0.12 )
144
+ ));
145
+
143
146
& .mat-unthemed {
144
147
@include _outlined-button-variant ($on-surface );
145
148
}
161
164
// We need to pass both the disabled and enabled values, because the enabled
162
165
// ones apply to anchors while the disabled ones are for buttons.
163
166
label- text- color: $disabled-ink-color ,
164
- outline-color : $disabled-ink-color ,
165
167
disabled- label- text- color: $disabled-ink-color ,
166
- disabled- outline- color: $disabled-ink-color ,
168
+ outline-color : rgba ($on-surface , 0.12 ),
169
+ disabled- outline- color: rgba ($on-surface , 0.12 ),
167
170
));
168
171
}
169
172
}
You can’t perform that action at this time.
0 commit comments