|
|
@ -259,10 +259,13 @@ |
|
|
|
z-index: auto; |
|
|
|
} |
|
|
|
|
|
|
|
// reset border for Select, datePicker |
|
|
|
// reset border for Select, DatePicker, AutoComplete, Cascader, Mention, TimePicker |
|
|
|
& > .@{ant-prefix}-select > .@{ant-prefix}-select-selection, |
|
|
|
& > .@{ant-prefix}-calendar-picker .@{ant-prefix}-input, |
|
|
|
& > .@{ant-prefix}-select-auto-complete .@{ant-prefix}-input { |
|
|
|
& > .@{ant-prefix}-select-auto-complete .@{ant-prefix}-input, |
|
|
|
& > .@{ant-prefix}-cascader-picker .@{ant-prefix}-input, |
|
|
|
& > .@{ant-prefix}-mention-wrapper .@{ant-prefix}-mention-editor, |
|
|
|
& > .@{ant-prefix}-time-picker .@{ant-prefix}-time-picker-input { |
|
|
|
border-radius: 0; |
|
|
|
border-right-width: 0; |
|
|
|
} |
|
|
@ -270,7 +273,10 @@ |
|
|
|
& > *:first-child, |
|
|
|
& > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selection, |
|
|
|
& > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input, |
|
|
|
& > .@{ant-prefix}-select-auto-complete:first-child .@{ant-prefix}-input { |
|
|
|
& > .@{ant-prefix}-select-auto-complete:first-child .@{ant-prefix}-input, |
|
|
|
& > .@{ant-prefix}-cascader-picker:first-child .@{ant-prefix}-input, |
|
|
|
& > .@{ant-prefix}-mention-wrapper:first-child .@{ant-prefix}-mention-editor, |
|
|
|
& > .@{ant-prefix}-time-picker:first-child .@{ant-prefix}-time-picker-input { |
|
|
|
border-top-left-radius: @border-radius-base; |
|
|
|
border-bottom-left-radius: @border-radius-base; |
|
|
|
} |
|
|
@ -278,7 +284,10 @@ |
|
|
|
& > *:last-child, |
|
|
|
& > .@{ant-prefix}-select:last-child > .@{ant-prefix}-select-selection, |
|
|
|
& > .@{ant-prefix}-calendar-picker:last-child .@{ant-prefix}-input, |
|
|
|
& > .@{ant-prefix}-select-auto-complete:last-child .@{ant-prefix}-input { |
|
|
|
& > .@{ant-prefix}-select-auto-complete:last-child .@{ant-prefix}-input, |
|
|
|
& > .@{ant-prefix}-cascader-picker:last-child .@{ant-prefix}-input, |
|
|
|
& > .@{ant-prefix}-mention-wrapper:last-child .@{ant-prefix}-mention-editor, |
|
|
|
& > .@{ant-prefix}-time-picker:last-child .@{ant-prefix}-time-picker-input { |
|
|
|
border-top-right-radius: @border-radius-base; |
|
|
|
border-bottom-right-radius: @border-radius-base; |
|
|
|
border-right-width: 1px; |
|
|
|