/* Fix ripple interactions on iOs */
.rippleBlack, .rippleRed, .rippleWhite, [data-ripplet] {
  -webkit-tap-highlight-color: transparent; /* Erase tap highlight effect for iOS */
  -ms-touch-action: manipulation;
      touch-action: manipulation; 
/* Disable tap-to-hover behavior and double-tap-to-zoom behavior for iOS */
} 