diff --git a/components/input/style.scss b/components/input/style.scss index 91b38829..2c0d69ae 100644 --- a/components/input/style.scss +++ b/components/input/style.scss @@ -44,7 +44,7 @@ color: $input-text-highlight-color; } } - &:focus, &.filled { + &:focus, &.filled, &[type='date'], &[type='time']{ ~ .label:not(.fixed) { top: $input-focus-label-top; font-size: $input-label-font-size;