From: Anders Sahlin Date: Mon, 11 Jan 2016 13:02:14 +0000 (+0100) Subject: Modals respect $enable-rounded setting X-Git-Tag: v4.0.0-alpha.3~375^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4a79c6897a2b08ed8f218ce4a13cae9dfd1e82;p=thirdparty%2Fbootstrap.git Modals respect $enable-rounded setting See issue: https://github.com/twbs/bootstrap/issues/18385 --- diff --git a/scss/_modal.scss b/scss/_modal.scss index 046810f5f4..c88d085c9e 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;