Fix radio button style

This commit is contained in:
afc163 2015-09-07 15:14:57 +08:00
parent 68e44f3080
commit 1a3614c72c

View File

@ -143,6 +143,10 @@
border-radius: 0 @border-radius-base @border-radius-base 0;
}
&:first-child:last-child {
border-radius: @border-radius-base;
}
&:hover {
border-color: #aaa;
position: relative;