Skip to content

Commit ecf4a37

Browse files
fix(inscription): removed enlargement of the dots on the custom navigation widget
1 parent 6804c2f commit ecf4a37

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

frontend/src/lib/components/ScrollSpy.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,12 @@
164164
width: var(--size-2);
165165
}
166166
167-
.active.dot {
167+
/* GN: 26Q3: disabled as the highlight is buggy.
168+
Compromise agreed with partners on 16 July 26 */
169+
/* .active.dot {
168170
height: var(--size-3);
169171
width: var(--size-3);
170-
}
172+
} */
171173
172174
@media (max-width: 768px) {
173175
nav {

0 commit comments

Comments
 (0)