mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
Tweak date picker icon style
This commit is contained in:
parent
65adb9984e
commit
48b63734c6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user