diff options
| author | Mark Otto <[email protected]> | 2013-08-12 10:01:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 10:01:13 -0700 |
| commit | 55cfa8d38f71623aaa5e2aae97b483af60650910 (patch) | |
| tree | 81ba1e9333daaae3314c3eda89b64a487f4b0a38 /less/modals.less | |
| parent | 175a112548120500022882d6d2e9bede720f568b (diff) | |
| download | bootstrap-55cfa8d38f71623aaa5e2aae97b483af60650910.tar.xz bootstrap-55cfa8d38f71623aaa5e2aae97b483af60650910.zip | |
Drop background-clip and background-size mixins since they have no prefixes anyway
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/modals.less b/less/modals.less index 2e574535e..b43ecfd97 100644 --- a/less/modals.less +++ b/less/modals.less @@ -49,7 +49,7 @@ border: 1px solid @modal-content-border-color; border-radius: @border-radius-large; .box-shadow(0 3px 9px rgba(0,0,0,.5)); - .background-clip(padding-box); + background-clip: padding-box; // Remove focus outline from opened modal outline: none; } |
