Tweak date picker icon style

This commit is contained in:
afc163 2017-06-26 21:19:23 +08:00
parent 65adb9984e
commit 48b63734c6

View File

@ -53,8 +53,8 @@
font-size: @font-size-base;
color: @disabled-color;
width: 14px;
height: 12px;
margin-top: -6px;
height: 14px;
margin-top: -7px;
cursor: pointer;
transition: color 0.3s, opacity 0.3s;
&:hover {
@ -71,13 +71,13 @@
position: absolute;
user-select: none;
transition: all .3s;
width: 12px;
height: 12px;
line-height: 12px;
width: 1em;
height: 1em;
line-height: 1em;
right: 8px;
color: @text-color-secondary;
top: 50%;
margin-top: -6px;
margin-top: -0.5em;
&:after {
content: "\e6bb";
font-family: "anticon";