mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
Remove background-color transition from .button
but keep color, border-color and box-shadow transition as it is.
This commit is contained in:
parent
2e1066fb35
commit
3813f51627
1 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* override .btn transition
|
||||
in favor of instant background change */
|
||||
button {
|
||||
transition:
|
||||
color .15s ease-in-out,
|
||||
border-color .15s ease-in-out,
|
||||
box-shadow .15s ease-in-out !important;
|
||||
}
|
||||
|
||||
.nightMode {
|
||||
button {
|
||||
-webkit-appearance: none;
|
||||
|
|
Loading…
Reference in a new issue