mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
fix(select-menu): disabled icon transition to avoid overlapped transition
This commit is contained in:
parent
d5ba53948d
commit
862e35a376
@ -71,6 +71,9 @@ export default c([
|
||||
opacity: 1;
|
||||
`
|
||||
}, [
|
||||
cB('icon', {
|
||||
transition: 'none'
|
||||
}),
|
||||
c('&:active', {
|
||||
color: optionTextColorPressed
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user