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 8541f8e commit 6cdd8dbCopy full SHA for 6cdd8db
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
@@ -81,6 +81,8 @@
81
pointer-events: none;
82
opacity: 0;
83
84
+ transition: $mat-button-focus-transition;
85
+
86
@include cdk-high-contrast {
87
// Note that IE will render this in the same way, no
88
// matter whether the theme is light or dark. This helps
0 commit comments