Skip to content

Commit

Permalink
fix: remove Slider highlight color on tap in Chrome
Browse files Browse the repository at this point in the history
Fixes #219
  • Loading branch information
hperrin committed Apr 15, 2021
1 parent 5609da7 commit 3ccb603
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/slider/_style.scss
@@ -1,2 +1,6 @@
@use '@material/slider/styles';
@use '@smui/ripple/style';

.mdc-slider {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

0 comments on commit 3ccb603

Please sign in to comment.