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);