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 1a89a08 commit 1e1fac2Copy full SHA for 1e1fac2
src/lib/button/_button-base.scss
@@ -9,6 +9,7 @@ $mat-button-min-width: 88px !default;
9
$mat-button-margin: 0 !default;
10
$mat-button-line-height: 36px !default;
11
$mat-button-border-radius: 2px !default;
12
+$mat-button-focus-transition: opacity 200ms $swift-ease-in-out-timing-function !default;
13
14
// Icon Button standards
15
$mat-icon-button-size: 40px !default;
src/lib/button/button.scss
@@ -83,6 +83,8 @@
83
pointer-events: none;
84
opacity: 0;
85
86
+ transition: $mat-button-focus-transition;
87
+
88
@include cdk-high-contrast {
89
// Note that IE will render this in the same way, no
90
// matter whether the theme is light or dark. This helps
0 commit comments