updating bootstrap in ACP to v3.3.1

This commit is contained in:
Julian Lam
2015-01-07 13:00:34 -05:00
parent fc7a882877
commit 2d4383c7b0
39 changed files with 436 additions and 349 deletions

View File

@@ -17,8 +17,9 @@
.collapse {
display: none;
visibility: hidden;
&.in { display: block; }
&.in { display: block; visibility: visible; }
tr&.in { display: table-row; }
tbody&.in { display: table-row-group; }
}
@@ -27,5 +28,7 @@
position: relative;
height: 0;
overflow: hidden;
.transition(height .35s ease);
.transition-property(~"height, visibility");
.transition-duration(.35s);
.transition-timing-function(ease);
}