Modals respect $enable-rounded setting

See issue: https://github.com/twbs/bootstrap/issues/18385
This commit is contained in:
Anders Sahlin 2016-01-11 14:02:14 +01:00
parent 22df55f24d
commit ea4a79c689
1 changed files with 1 additions and 1 deletions

View File

@ -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;