Skip to content

Commit

Permalink
fix(buttons): remove buttons focus shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lausselloic committed Jan 12, 2017
1 parent 0aae711 commit 658c052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scss/mixins/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@if $enable-shadows {
box-shadow: $btn-box-shadow, 0 0 0 2px rgba($border, .5);
} @else {
box-shadow: 0 0 0 2px rgba($border, .5);
// box-shadow: 0 0 0 2px rgba($border, .5);
}
}

Expand Down Expand Up @@ -61,7 +61,7 @@

&:focus,
&.focus {
box-shadow: 0 0 0 2px rgba($color, .5);
// box-shadow: 0 0 0 2px rgba($color, .5);
}

&.disabled,
Expand Down
2 changes: 1 addition & 1 deletion scss/mixins/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
}

// boosted mod
// boosted mod
@each $breakpoint, $container-margin in $container-fluid-margin-widths {
@include media-breakpoint-up($breakpoint) {
margin-right: $container-margin;
Expand Down

0 comments on commit 658c052

Please sign in to comment.