Merge pull request #109 from QingWei-Li/fix/update-timepicker

TimePicker: update icon size
pull/110/head
杨奕 2016-09-21 00:52:34 -05:00 committed by GitHub
commit 3c3bfebe41
1 changed files with 2 additions and 2 deletions

View File

@ -47,12 +47,12 @@
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
display: inline-block; display: inline-block;
width: 13px; width: 16px;
right: 10px; right: 10px;
top: 0; top: 0;
bottom: 0; bottom: 0;
color: var(--datepicker-trigger-color); color: var(--datepicker-trigger-color);
font-size: 13px; font-size: 16px;
line-height: 38px; line-height: 38px;
} }
} }