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