fix(fab-button): ripple-effect in safari

fixes #15768
This commit is contained in:
Manu Mtz.-Almeida
2018-09-27 17:06:03 +02:00
parent 2f0ddc5e1b
commit 844c33a024

View File

@ -26,6 +26,7 @@
text-decoration: none;
cursor: pointer;
overflow: hidden;
box-sizing: border-box;
-webkit-user-drag: none;
}