fix: fix dropmenu option hover pointer (#23)

This commit is contained in:
w候人兮猗 2021-06-08 17:45:27 +08:00 committed by GitHub
parent 8978fa93bf
commit c03b4a22ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);