diff --git a/ts/sass/buttons.scss b/ts/sass/buttons.scss index 05d3b54ba..a6624f1b8 100644 --- a/ts/sass/buttons.scss +++ b/ts/sass/buttons.scss @@ -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;