Remove left border on integrated TOC using extra.css #4380
Answered
by
squidfunk
SoumayaMauthoorMOJ
asked this question in
Q&A
-
I have integrated my TOC using: https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#__tabbed_6_1 Is it possible to remove the sidebar using extra.css and without overriding partials? By sidebar I mean the line that you get on the left of the TOC |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Sep 19, 2022
Replies: 1 comment 3 replies
-
This should work: [dir] .md-nav--integrated > .md-nav__list > .md-nav__item--active .md-nav--secondary {
border: none;
} |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
SoumayaMauthoorMOJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should work: