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

View File

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