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

pull/2245/head
xrkffgg 2020-05-11 21:49:50 +08:00 committed by GitHub
parent 181d6adf6d
commit 8d050f1f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -327,6 +327,10 @@
}
}
& > .@{ant-prefix}-select-focused {
z-index: 1;
}
& > *:first-child,
& > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selection,
& > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input,