Skip to content

Commit 4380179

Browse files
andrewseguinmmalerba
authored andcommitted
fix(material-experimental/mdc-button): add ::after to reflect active styles (#17283)
(cherry picked from commit 4dbf9f6)
1 parent 3e37128 commit 4380179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-button/_button-base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Adds a `before` pseudo element that acts as an overlay indicator for interaction states
44
// such as focus, hover, and active.
55
@mixin _mat-button-interactive() {
6-
&::before {
6+
&::before, &::after {
77
content: '';
88
pointer-events: none;
99
position: absolute;

0 commit comments

Comments
 (0)