From 974e7563697e9857f40679cc45b20e33769d530d Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Wed, 6 Mar 2019 11:29:45 +0100 Subject: [PATCH] FIX: bugs in safari where select-kit is not expanding on iOS (#7118) --- app/assets/stylesheets/common/select-kit/select-kit.scss | 2 -- app/assets/stylesheets/mobile/modal.scss | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/select-kit/select-kit.scss b/app/assets/stylesheets/common/select-kit/select-kit.scss index 87497e62c86..c0d86c737b5 100644 --- a/app/assets/stylesheets/common/select-kit/select-kit.scss +++ b/app/assets/stylesheets/common/select-kit/select-kit.scss @@ -24,8 +24,6 @@ z-index: z("dropdown"); .select-kit-body { - -webkit-animation: fadein 0.25s; - animation: fadein 0.25s; display: flex; flex-direction: column; left: 0; diff --git a/app/assets/stylesheets/mobile/modal.scss b/app/assets/stylesheets/mobile/modal.scss index 7928653602a..caa03554998 100644 --- a/app/assets/stylesheets/mobile/modal.scss +++ b/app/assets/stylesheets/mobile/modal.scss @@ -66,7 +66,7 @@ form { margin-top: 20px; - input[type="text"] { + input:not(.filter-input)[type="text"] { box-sizing: border-box; width: 100%; }