mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
Fix Select dropdown border
This commit is contained in:
parent
5df04e6827
commit
82092c154a
@ -489,6 +489,10 @@
|
||||
background-color: @item-hover-bg;
|
||||
}
|
||||
|
||||
&:first-child, &:last-child {
|
||||
border-radius: @border-radius-base;
|
||||
}
|
||||
|
||||
&-disabled {
|
||||
color: @disabled-color;
|
||||
cursor: not-allowed;
|
||||
|
Loading…
Reference in New Issue
Block a user