mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
remove animations from settings bottom buttons
This commit is contained in:
parent
439316a8e6
commit
e8a07a034c
1 changed files with 0 additions and 1 deletions
|
|
@ -209,7 +209,6 @@ select.form-input {
|
|||
background-color: var(--color-submit);
|
||||
border: 1px solid var(--color-border-default);
|
||||
border-radius: 3px;
|
||||
transition: background-color 0.1s ease-out, box-shadow .15s ease-in-out;
|
||||
}
|
||||
.form-bottom-buttons > *:hover {
|
||||
background-color: var(--color-submit-hover);
|
||||
|
|
|
|||
Loading…
Reference in a new issue