File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/material-experimental/mdc-button Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 12
12
@include _mat-button-disabled ();
13
13
}
14
14
15
- // Add an outline to make buttons more visible in high contrast mode. Stroked buttons
15
+ // Add an outline to make buttons more visible in high contrast mode. Stroked buttons and FABs
16
16
// don't need a special look in high-contrast mode, because those already have an outline.
17
17
.mat-mdc-button :not (.mdc-button--outlined ),
18
18
.mat-mdc-unelevated-button :not (.mdc-button--outlined ),
19
19
.mat-mdc-raised-button :not (.mdc-button--outlined ),
20
20
.mat-mdc-outlined-button :not (.mdc-button--outlined ),
21
- .mat-mdc-fab ,
22
- .mat-mdc-mini-fab ,
23
21
.mat-mdc-icon-button {
24
22
@include cdk-high-contrast (active , off) {
25
23
outline : solid 1px ;
You can’t perform that action at this time.
0 commit comments