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 49e72a9 commit 230403eCopy full SHA for 230403e
src/material-experimental/mdc-button/_button-base.scss
@@ -34,6 +34,12 @@
34
// smaller. We have special logic for stroked buttons to handle this scenario.
35
border-radius: inherit;
36
}
37
+
38
+ // The content should appear over the state and ripple layers, otherwise they may adversely affect
39
+ // the accessibility of the text content.
40
+ .mdc-button__label {
41
+ z-index: 1;
42
+ }
43
44
45
// MDC's disabled buttons define a default cursor with pointer-events none. However, they select
0 commit comments