diff --git a/paper-input-container.html b/paper-input-container.html index f8bd07ab..87ca17ab 100644 --- a/paper-input-container.html +++ b/paper-input-container.html @@ -135,6 +135,9 @@ 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; }; @@ -237,8 +240,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;