Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorTa-Ching Chen <hello@tachingchen.com>2020-03-11 11:29:33 +0300
committerTa-Ching Chen <hello@tachingchen.com>2020-03-11 11:29:33 +0300
commitf5b7ee0a93676cd2e2ffc13d44ede28e500ab3f6 (patch)
tree19f9085dd70382a90b02e635f29d64e7ddfdc427 /assets
parent8d44df6fb95cceca1850cb83ee829f85fa200909 (diff)
Avoid printing unnecessary sections in sidelist
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css16
1 files changed, 2 insertions, 14 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 5fc9bda..92b56d4 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -763,7 +763,7 @@ tbody {
/* side list */
.sidelist {
- display: none;
+ display: block;
}
li.sidelist>a {
@@ -776,18 +776,6 @@ li.sidelist li a {
margin: 0;
}
-.sidelist.parent {
- display: block;
-}
-
-.sidelist.parent::before {
- display: none;
-}
-
-.sidelist.parent.active::before {
- display: block;
-}
-
.sidelist li.sidelist {
display: block;
}
@@ -923,4 +911,4 @@ code {
z-index: 1;
left: -15px;
top: -3px;
-} \ No newline at end of file
+}