From 045127048a9371a7e79c72ae55ac7e6e9f43c731 Mon Sep 17 00:00:00 2001 From: Shawn Biddle Date: Tue, 7 Nov 2017 16:23:59 -0500 Subject: [PATCH] Apply min-height to correct element --- paper-input-container.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-input-container.html b/paper-input-container.html index 7951466c..bf866882 100644 --- a/paper-input-container.html +++ b/paper-input-container.html @@ -214,8 +214,6 @@ transition: transform 0.25s, width 0.25s; -webkit-transform-origin: left top; transform-origin: left top; - /* Fix for safari not focusing 0-height date/time inputs with -webkit-apperance: none; */ - min-height: 1px; @apply(--paper-font-common-nowrap); @apply(--paper-font-subhead); @@ -278,6 +276,8 @@ -webkit-appearance: none; text-align: inherit; vertical-align: bottom; + /* Fix for safari not focusing 0-height date/time inputs with -webkit-apperance: none; */ + min-height: 1px; @apply(--paper-font-subhead); @apply(--paper-input-container-input);