Tweak range picker style

This commit is contained in:
afc163 2017-06-26 21:25:47 +08:00
parent 48b63734c6
commit fe564335bf
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
&-input { &-input {
outline: none; outline: none;
display: block;
} }
&:hover &-input:not([disabled]) { &:hover &-input:not([disabled]) {

View File

@ -7,6 +7,7 @@
outline: 0; outline: 0;
width: 43%; width: 43%;
text-align: center; text-align: center;
vertical-align: top;
.placeholder(); .placeholder();
&[disabled] { &[disabled] {