app/assets/stylesheets/materialize/components/forms/_switches.scss in materialize-sass-0.99.0 vs app/assets/stylesheets/materialize/components/forms/_switches.scss in materialize-sass-0.100.0

- old
+ new

@@ -1,13 +1,11 @@ /* Switch ========================================================================== */ .switch, .switch * { - -webkit-user-select: none; - -moz-user-select: none; - -khtml-user-select: none; - -ms-user-select: none; + -webkit-tap-highlight-color: transparent; + user-select: none; } .switch label { cursor: pointer; }