Skip to content

Commit

Permalink
fix(buttons): remove transition from buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Oct 16, 2017
1 parent f26922a commit 7e3f56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/theme/styles/global/bootstrap/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e3f56d

Please sign in to comment.