diff --git a/src/material/button/_button-base.scss b/src/material/button/_button-base.scss index 58d90e9e74d8..cb5de5769cb2 100644 --- a/src/material/button/_button-base.scss +++ b/src/material/button/_button-base.scss @@ -44,8 +44,10 @@ // The content should appear over the state and ripple layers, otherwise they may adversely affect // the accessibility of the text content. - .mdc-button__label { + .mdc-button__label, + .mat-icon { z-index: 1; + position: relative; } // The focus indicator should match the bounds of the entire button.