mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -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 {
|
.nightMode {
|
||||||
button {
|
button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|
Loading…
Reference in a new issue