Merge branch 'menu-icon-disable-transition' into 'develop'

DropdownMenu: disable svg icon transition for better hover state

See merge request soapbox-pub/soapbox-fe!858
features-override
Alex Gleason 2021-11-04 20:28:58 +00:00
commit 7bf70d9f4d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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