Commit 4fae7cbc authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #18844 from AndersSahlin/patch-1

Modal: Respect $enable-rounded setting
[skip sauce]
parents 22df55f2 ea4a79c6
Showing with 1 addition and 1 deletion
+1 -1
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
background-color: $modal-content-bg; background-color: $modal-content-bg;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid $modal-content-border-color; 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)); @include box-shadow(0 3px 9px rgba(0,0,0,.5));
// Remove focus outline from opened modal // Remove focus outline from opened modal
outline: 0; outline: 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment