|
|
@ -160,7 +160,7 @@ |
|
|
|
|
|
|
|
// Reset Select's style in addon |
|
|
|
.@{ant-prefix}-select { |
|
|
|
margin: -(@input-padding-vertical-base + 1px) (-@input-padding-horizontal-base); // lesshint spaceAroundOperator: false |
|
|
|
margin: -(@input-padding-vertical-base + 1px) (-@input-padding-horizontal-base); |
|
|
|
|
|
|
|
.@{ant-prefix}-select-selection { |
|
|
|
background-color: inherit; |
|
|
@ -181,7 +181,7 @@ |
|
|
|
// https://github.com/ant-design/ant-design/issues/3714 |
|
|
|
> i:only-child:after { |
|
|
|
position: absolute; |
|
|
|
content: ''; |
|
|
|
content: ""; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|