try to fix input field blinking in Safari, again.. and again

This commit is contained in:
igoradamenko
2018-05-07 21:19:58 +03:00
parent 448c6d5bf3
commit b9d4f01a05
2 changed files with 3 additions and 2 deletions
@@ -1,3 +1,4 @@
.input__buttons {
margin-top: 8px;
padding-top: 8px;
background: #eee;
}
+1 -1
View File
@@ -4,5 +4,5 @@
font-size: 0;
border: 12px solid #eee;
border-radius: 2px;
background: #eee;
background: #fff; // try to fix textarea blinking in Safari
}