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

rm visibility where redundant to display

Refs #15755
This commit is contained in:
Chris Rebert
2015-03-09 01:39:43 -07:00
parent 38fbd8fe35
commit b6b0fe7d22
4 changed files with 1 additions and 6 deletions
+1 -2
View File
@@ -17,9 +17,8 @@
.collapse {
display: none;
visibility: hidden;
&.in { display: block; visibility: visible; }
&.in { display: block; }
tr&.in { display: table-row; }
tbody&.in { display: table-row-group; }
}