We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8269e8a commit 0551335Copy full SHA for 0551335
site/themes/arangodb-docs-theme/static/css/theme.css
@@ -443,6 +443,17 @@ a.section-link {
443
background: url(/images/loading.gif) 50% 50% no-repeat;
444
}
445
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 */
457
458
/* Body */
459
0 commit comments