From 7c803e4f0e7a109458850101ab3d545f4f19cd7e Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Mon, 7 May 2018 00:43:16 +0300 Subject: [PATCH] try to fix input field blinking in Safari, again --- web/app/components/input/__field/input__field.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/input/__field/input__field.scss b/web/app/components/input/__field/input__field.scss index 26ac0500..e0399498 100644 --- a/web/app/components/input/__field/input__field.scss +++ b/web/app/components/input/__field/input__field.scss @@ -17,6 +17,7 @@ border: 0; resize: none; backface-visibility: hidden; // let's try to fix blinking in Safari + transform: translateZ(0); // let's try to fix blinking in Safari, again &:focus { box-shadow: inset 0 0 0 2px #259C9A;