DropdownMenu: disable svg icon transition for better hover state

This commit is contained in:
Alex Gleason 2021-11-04 15:27:55 -05:00
parent 2cecefd749
commit 7361dba65b
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 2 additions and 0 deletions

View File

@ -83,9 +83,11 @@
height: 20px;
width: 20px;
margin-right: 10px;
transition: none;
svg {
stroke-width: 1.5;
transition: none;
}
}
}