2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #18844 from AndersSahlin/patch-1

Modal: Respect $enable-rounded setting
[skip sauce]
This commit is contained in:
Chris Rebert
2016-01-11 12:17:16 -08:00
+1 -1
View 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;