fix(select-menu): disabled icon transition to avoid overlapped transition

This commit is contained in:
07akioni 2020-11-14 15:12:58 +08:00
parent d5ba53948d
commit 862e35a376

View File

@ -71,6 +71,9 @@ export default c([
opacity: 1;
`
}, [
cB('icon', {
transition: 'none'
}),
c('&:active', {
color: optionTextColorPressed
}),