From 7e3f56d3e4abab24e589954e57f220543f4ced69 Mon Sep 17 00:00:00 2001 From: Dmitry Nehaychik <4dmitr@gmail.com> Date: Fri, 13 Oct 2017 17:47:14 +0300 Subject: [PATCH] fix(buttons): remove transition from buttons --- src/framework/theme/styles/global/bootstrap/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/theme/styles/global/bootstrap/_buttons.scss b/src/framework/theme/styles/global/bootstrap/_buttons.scss index c4af25815d..c4592ede33 100644 --- a/src/framework/theme/styles/global/bootstrap/_buttons.scss +++ b/src/framework/theme/styles/global/bootstrap/_buttons.scss @@ -20,7 +20,7 @@ font-family: nb-theme(btn-font-family); line-height: nb-theme(btn-line-height); border: 2px solid transparent; - transition: color ease-out 0.1s, background-color ease-out 0.1s, border-color ease-out 0.1s; + transition: none; cursor: nb-theme(btn-cursor); &:focus, .focus,