Remove hover transition from buttons
Subjective though Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
parent
22a13d2800
commit
d965f00802
2 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
background: var(--color-button);
|
||||
border: 1px solid var(--color-light-border);
|
||||
color: var(--color-text);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.ui.button:hover,
|
||||
|
|
Loading…
Add table
Reference in a new issue