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
@ -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 New Issue
Block a user