aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-12 10:01:13 -0700
committerMark Otto <[email protected]>2013-08-12 10:01:13 -0700
commit55cfa8d38f71623aaa5e2aae97b483af60650910 (patch)
tree81ba1e9333daaae3314c3eda89b64a487f4b0a38 /less/modals.less
parent175a112548120500022882d6d2e9bede720f568b (diff)
downloadbootstrap-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.less2
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;
}