Fix remove hover animation
Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
parent
722053d4df
commit
877df0d9d7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue