mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
improve TimePicker style
This commit is contained in:
parent
07ea8ff323
commit
b77de58fa3
@ -12,4 +12,5 @@
|
||||
background-clip: padding-box;
|
||||
border: 1px solid #ccc;
|
||||
line-height: 1.5;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -44,6 +44,12 @@
|
||||
user-select: none;
|
||||
transition: background 0.3s ease;
|
||||
|
||||
&:last-child:after {
|
||||
content: '';
|
||||
height: 120px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: tint(@primary-color, 90%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user