From ad8de497689bf42c8419c99fe90a3bf29c25f95f Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Fri, 21 Jul 2017 11:47:25 +0200 Subject: [PATCH] Searchfield: fix clipped focus shadow on high-res screens fixes #1210 --- app/assets/stylesheets/zammad.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 70b569381..71b17c243 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -1860,6 +1860,7 @@ input.has-error { appearance: textfield; border-radius: 19px; padding: 0 17px 0 42px; + will-change: transform; &.is-empty + .empty-search { visibility: hidden;