New rule for <Input> (type: date or time)

old
@soyjavi 2015-11-10 18:58:35 +07:00
parent 9a1b893630
commit 34cef32038
1 changed files with 1 additions and 1 deletions

View File

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