We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef75ea commit f3031adCopy full SHA for f3031ad
src/lib/stepper/_stepper-theme.scss
@@ -15,6 +15,15 @@
15
background-color: mat-color($background, hover);
16
}
17
18
+ // On touch devices the :hover state will linger on the element after a tap.
19
+ // Reset it via `@media` after the declaration, because the media query isn't
20
+ // supported by all browsers yet.
21
+ @media (hover: none) {
22
+ &:hover {
23
+ background: none;
24
+ }
25
26
+
27
.mat-step-label,
28
.mat-step-optional {
29
// TODO(josephperrott): Update to using a corrected disabled-text contrast
0 commit comments