Fix remove hover animation

Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
Minecon724 2025-03-15 19:30:34 +01:00
parent 722053d4df
commit 877df0d9d7
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -372,7 +372,7 @@ a.label,
color: var(--color-text);
user-select: auto;
line-height: var(--line-height-default); /* fomantic uses "1" which causes overflow problems because "1" doesn't consider the descent part */
transition: none;
transition: none !important;
}
.ui.menu .item > .svg {