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

View file

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