Skip to content

Commit

Permalink
fix(button): return text color on focus (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email committed Nov 30, 2018
1 parent 1bd8214 commit 230c83e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/framework/theme/components/button/_button-colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
@mixin btn-outline-focus($focus) {
&:focus,
&.focus {
color: nb-theme(btn-outline-hover-fg);
border-color: $focus;
box-shadow: none;
}
Expand Down

0 comments on commit 230c83e

Please sign in to comment.