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