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
-2
View File
@@ -223,11 +223,9 @@
.tab-content {
> .tab-pane {
display: none;
visibility: hidden;
}
> .active {
display: block;
visibility: visible;
}
}