try to fix blinking of text field in Safari

This commit is contained in:
igoradamenko
2018-05-06 23:29:01 +03:00
parent a3df144e4d
commit cfe3ea5cde
@@ -16,6 +16,7 @@
background: #fff;
border: 0;
resize: none;
backface-visibility: hidden; // let's try to fix blinking in Safari
&:focus {
box-shadow: inset 0 0 0 2px #259C9A;