Browse Source

fix: select icon on hover & focus in input.group (#20504)

pull/20516/head
Yash Joshi 5 years ago
committed by 二货机器人
parent
commit
8b81ce7cc3
  1. 5
      components/input/style/mixin.less

5
components/input/style/mixin.less

@ -332,6 +332,11 @@
}
}
// 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
}
& > *:first-child,
& > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selector,
& > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input,

Loading…
Cancel
Save