From b9d4f01a05b054b590fd93f995337c212bf153e4 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Mon, 7 May 2018 21:19:44 +0300 Subject: [PATCH] try to fix input field blinking in Safari, again.. and again --- web/app/components/input/__buttons/input__buttons.scss | 3 ++- web/app/components/input/input.scss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/app/components/input/__buttons/input__buttons.scss b/web/app/components/input/__buttons/input__buttons.scss index 599e19a7..9108d942 100644 --- a/web/app/components/input/__buttons/input__buttons.scss +++ b/web/app/components/input/__buttons/input__buttons.scss @@ -1,3 +1,4 @@ .input__buttons { - margin-top: 8px; + padding-top: 8px; + background: #eee; } diff --git a/web/app/components/input/input.scss b/web/app/components/input/input.scss index 8a524a07..7afc6e06 100644 --- a/web/app/components/input/input.scss +++ b/web/app/components/input/input.scss @@ -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 }