2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Drop background-clip and background-size mixins since they have no prefixes anyway

This commit is contained in:
Mark Otto
2013-08-12 10:01:13 -07:00
parent 175a112548
commit 55cfa8d38f
7 changed files with 5 additions and 19 deletions
+1 -1
View File
@@ -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;
}