Skip to content

Commit

Permalink
fix(theme): remove stock bootstrap box-shadow (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankstar85 authored and lexzhukov committed Nov 27, 2017
1 parent b5b500c commit 7d7b3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/theme/styles/global/bootstrap/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
nb-theme(form-control-border-type)
nb-theme(form-control-selected-border-color);
background-color: nb-theme(form-control-focus-bg);
box-shadow: none;
}

&:disabled {
Expand Down

0 comments on commit 7d7b3ab

Please sign in to comment.