Skip to content

Commit 0551335

Browse files
committed
Hide inactive tabs
1 parent 8269e8a commit 0551335

File tree

1 file changed

+11
-0
lines changed
  • site/themes/arangodb-docs-theme/static/css

1 file changed

+11
-0
lines changed

site/themes/arangodb-docs-theme/static/css/theme.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,17 @@ a.section-link {
443443
background: url(/images/loading.gif) 50% 50% no-repeat;
444444
}
445445

446+
/* Tabs */
447+
448+
.tab-panel .tab-item {
449+
display: none;
450+
}
451+
452+
.tab-panel .tab-item.active {
453+
display: block;
454+
}
455+
456+
/* Tabs end */
446457

447458
/* Body */
448459

0 commit comments

Comments
 (0)