mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
update datepicker style
This commit is contained in:
parent
3a414505e8
commit
0c96016708
@ -156,6 +156,7 @@
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
text-align: center;
|
||||
transition: background 0.3s ease;
|
||||
|
||||
&:hover {
|
||||
background: tint(@primary-color, 90%);
|
||||
|
@ -39,6 +39,7 @@
|
||||
line-height: 24px;
|
||||
padding: 0 6px;
|
||||
border-radius: 4px;
|
||||
transition: background 0.3s ease;
|
||||
|
||||
&:hover {
|
||||
background: tint(@primary-color, 90%);
|
||||
|
@ -39,6 +39,7 @@
|
||||
line-height: 24px;
|
||||
padding: 0 6px;
|
||||
border-radius: 4px;
|
||||
transition: background 0.3s ease;
|
||||
|
||||
&:hover {
|
||||
background: tint(@primary-color, 90%);
|
||||
|
@ -54,6 +54,7 @@
|
||||
border-radius: 4px;
|
||||
margin: 0 auto;
|
||||
color: #666;
|
||||
transition: background 0.3s ease;
|
||||
|
||||
&:hover {
|
||||
background: tint(@primary-color, 90%);
|
||||
|
@ -39,6 +39,7 @@
|
||||
line-height: 24px;
|
||||
padding: 0 6px;
|
||||
border-radius: 4px;
|
||||
transition: background 0.3s ease;
|
||||
|
||||
&:hover {
|
||||
background: tint(@primary-color, 90%);
|
||||
|
Loading…
Reference in New Issue
Block a user