style: fix select focused in input group (#23985)

This commit is contained in:
xrkffgg 2020-05-09 14:41:00 +08:00 committed by GitHub
parent ee58a34175
commit c393ca700e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -344,6 +344,10 @@
}
}
& > .@{ant-prefix}-select-focused {
z-index: 1;
}
// update z-index for arrow icon
& > .@{ant-prefix}-select > .@{ant-prefix}-select-arrow {
z-index: 1; // https://github.com/ant-design/ant-design/issues/20371