fix animation mistake

guilds icons would appear unselected on focus loss, because of a previous classname change that wasnt updated in the css.
This commit is contained in:
Corban-Lee Jones 2024-04-26 11:45:41 +01:00
parent 4b3f21a2b7
commit f97fd13ffd

View File

@ -14,7 +14,7 @@
animation: bump .2s ease-out;
}
.server-item-selector.active img {
.server-item.active img {
border-radius: .75rem !important;
}