Merge "TOC with bold text."

This commit is contained in:
jenkins-bot 2022-08-23 12:47:58 +00:00 committed by Gerrit Code Review
commit 6e30fa2c00

View file

@ -66,11 +66,15 @@
.sidebar-toc-link {
word-break: break-word;
color: @color-link;
display: block;
}
.sidebar-toc-list-item-active > .sidebar-toc-link {
// Highlight active section
color: @color-base;
font-weight: bold;
// increase width to prevent line wrapping due to bold text
width: ~'calc( 100% + @{sidebar-toc-right-padding} )';
}
.sidebar-toc-text {