Remove hover transition from buttons

Subjective though

Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
Minecon724 2025-03-21 08:14:23 +01:00
parent 22a13d2800
commit d965f00802
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
2 changed files with 2 additions and 0 deletions

View file

@ -372,6 +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 !important;;
}
.ui.menu .item > .svg {

View file

@ -5,6 +5,7 @@
background: var(--color-button);
border: 1px solid var(--color-light-border);
color: var(--color-text);
transition: none;
}
.ui.button:hover,