mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
fix: fix dropmenu option hover pointer (#23)
This commit is contained in:
parent
8978fa93bf
commit
c03b4a22ae
@ -29,7 +29,7 @@ export default cB('dropdown-menu', `
|
||||
background-color: var(--color);
|
||||
border-radius: var(--border-radius);
|
||||
box-shadow: var(--box-shadow);
|
||||
transition:
|
||||
transition:
|
||||
background-color .3s var(--bezier),
|
||||
box-shadow .3s var(--bezier);
|
||||
`, [
|
||||
@ -39,7 +39,7 @@ export default cB('dropdown-menu', `
|
||||
}, [
|
||||
cB('dropdown-option-body', `
|
||||
display: flex;
|
||||
cursor: default;
|
||||
cursor: pointer;
|
||||
height: var(--option-height);
|
||||
line-height: var(--option-height);
|
||||
font-size: var(--font-size);
|
||||
|
Loading…
Reference in New Issue
Block a user