summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/tabs.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/tabs.html')
-rw-r--r--layouts/shortcodes/tabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/tabs.html b/layouts/shortcodes/tabs.html
index 88bb8e7..c49b141 100644
--- a/layouts/shortcodes/tabs.html
+++ b/layouts/shortcodes/tabs.html
@@ -4,7 +4,7 @@
<div class="book-tabs">
{{ range $index, $tab := .Scratch.Get $group }}
- <input type="radio" name="{{ $group }}" style="display: none;" id="{{ printf "%s-%d" $group $index }}" {{ if not $index }}checked="checked"{{ end }} />
+ <input type="radio" class="book-tabs-radio" name="{{ $group }}" id="{{ printf "%s-%d" $group $index }}" {{ if not $index }}checked="checked"{{ end }} />
<label for="{{ printf "%s-%d" $group $index }}">
{{ $tab.Name }}
</label>