Skip to content

Commit

Permalink
Merge pull request #18844 from AndersSahlin/patch-1
Browse files Browse the repository at this point in the history
Modal: Respect $enable-rounded setting
[skip sauce]
  • Loading branch information
cvrebert committed Jan 11, 2016
2 parents 22df55f + ea4a79c commit 4fae7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
background-color: $modal-content-bg;
background-clip: padding-box;
border: 1px solid $modal-content-border-color;
border-radius: $border-radius-lg;
@include border-radius($border-radius-lg);
@include box-shadow(0 3px 9px rgba(0,0,0,.5));
// Remove focus outline from opened modal
outline: 0;
Expand Down

0 comments on commit 4fae7cb

Please sign in to comment.