improve TimePicker style

This commit is contained in:
afc163 2016-04-18 18:46:05 +08:00
parent 07ea8ff323
commit b77de58fa3
2 changed files with 7 additions and 0 deletions

View File

@ -12,4 +12,5 @@
background-clip: padding-box;
border: 1px solid #ccc;
line-height: 1.5;
overflow: hidden;
}

View File

@ -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%);
}