style: fix select focused in input group (#2224)
parent
181d6adf6d
commit
8d050f1f49
|
@ -327,6 +327,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > .@{ant-prefix}-select-focused {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
& > *:first-child,
|
& > *:first-child,
|
||||||
& > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selection,
|
& > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selection,
|
||||||
& > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input,
|
& > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input,
|
||||||
|
|
Loading…
Reference in New Issue