From ea4a79c6897a2b08ed8f218ce4a13cae9dfd1e82 Mon Sep 17 00:00:00 2001 From: Anders Sahlin Date: Mon, 11 Jan 2016 14:02:14 +0100 Subject: Modals respect $enable-rounded setting See issue: https://github.com/twbs/bootstrap/issues/18385 --- scss/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_modal.scss') 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; -- cgit v1.2.3