diff options
| author | Anders Sahlin <[email protected]> | 2016-01-11 14:02:14 +0100 |
|---|---|---|
| committer | Anders Sahlin <[email protected]> | 2016-01-11 14:02:14 +0100 |
| commit | ea4a79c6897a2b08ed8f218ce4a13cae9dfd1e82 (patch) | |
| tree | 9929427f68854cf865b85e209167bb171cb64f37 /scss | |
| parent | 22df55f24d4030aaf1cf7f2aade030b40eb09d86 (diff) | |
| download | bootstrap-ea4a79c6897a2b08ed8f218ce4a13cae9dfd1e82.tar.xz bootstrap-ea4a79c6897a2b08ed8f218ce4a13cae9dfd1e82.zip | |
Modals respect $enable-rounded setting
See issue: https://github.com/twbs/bootstrap/issues/18385
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_modal.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index 046810f5f..c88d085c9 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -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; |
