This is an automated email from the ASF dual-hosted git repository.
zhaoc pushed a commit to branch branch-0.12
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/branch-0.12 by this push:
new 2252649 Override the style of sidebar's sub-direcotry (#3684)
2252649 is described below
commit 2252649d1222c9539d68341716c37f5be5c11944
Author: hffariel <[email protected]>
AuthorDate: Tue May 26 09:07:44 2020 +0800
Override the style of sidebar's sub-direcotry (#3684)
Override the style of sidebar's sub-directory.
---
docs/.vuepress/styles/index.styl | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl
new file mode 100644
index 0000000..d6feb22
--- /dev/null
+++ b/docs/.vuepress/styles/index.styl
@@ -0,0 +1,4 @@
+/* Override style of sidebar's sub-direcotry */
+.sidebar-group.is-sub-group > .sidebar-heading:not(.clickable) {
+ opacity: 1 !important;
+}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]