We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c20fd commit 97d5f65Copy full SHA for 97d5f65
1 file changed
www/static/css-src/_docs.scss
@@ -105,11 +105,6 @@
105
display: block;
106
padding: 0 50%;
107
margin: 0 -50%;
108
-
109
- &.this-page {
110
- font-weight: bold;
111
- background-color: $brand-primary-darker;
112
- }
113
}
114
115
.toc-section-heading {
@@ -141,6 +136,12 @@
141
136
142
137
143
138
139
+ /* Highlight the current page in the ToC */
140
+ .this-page {
+ font-weight: bold;
+ background-color: $brand-primary-darker;
+ }
144
+
145
.page-content-container {
146
margin-left: $toc-width;
147
width: calc(100% - #{$toc-width});
0 commit comments