mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #18844 from AndersSahlin/patch-1
Modal: Respect $enable-rounded setting [skip sauce]
This commit is contained in:
commit
4fae7cbc88
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue