]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Modals respect $enable-rounded setting 18844/head
authorAnders Sahlin <malakeen@gmail.com>
Mon, 11 Jan 2016 13:02:14 +0000 (14:02 +0100)
committerAnders Sahlin <malakeen@gmail.com>
Mon, 11 Jan 2016 13:02:14 +0000 (14:02 +0100)
See issue: https://github.com/twbs/bootstrap/issues/18385

scss/_modal.scss

index 046810f5f4826ecf82fb9595283b42ea7acf8475..c88d085c9ef8235f7797ef8816b51209395c6931 100644 (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;