Skip to content

Commit 6885c1a

Browse files
committed
fix(button): allow transition for the button focus overlay for all buttons (#12552)
1 parent 788e563 commit 6885c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/button/button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
.mat-button, .mat-icon-button {
1212
.mat-button-focus-overlay {
13-
transition: none;
13+
1414
opacity: 0;
1515
}
1616
}

0 commit comments

Comments
 (0)