mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Fix radio button style
This commit is contained in:
parent
68e44f3080
commit
1a3614c72c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user