We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b4268 commit 4789e5dCopy full SHA for 4789e5d
src/resources/formats/html/bootstrap/_bootstrap-rules.scss
@@ -1108,13 +1108,14 @@ $indent: 1.2em;
1108
}
1109
1110
1111
+.sidebar nav[role="doc-toc"] ul > li > a.active,
1112
.sidebar nav[role="doc-toc"] ul > li > ul > li > a.active {
1113
border-left: 1px solid $toc-active-border;
1114
color: $toc-color !important;
1115
1116
-.sidebar nav[role="doc-toc"] ul > li > a.active {
1117
- border-left: 1px solid $toc-active-border;
+.sidebar nav[role="doc-toc"] ul > li > a:hover,
1118
+.sidebar nav[role="doc-toc"] ul > li > ul > li > a:hover {
1119
1120
1121
0 commit comments