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 7077e04 commit 26cc2b4Copy full SHA for 26cc2b4
src/css/sumo.scss
@@ -449,8 +449,7 @@ html[data-theme='light'] {
449
background: var(--ifm-menu-link-sublist-icon) 50% / 2rem 2rem;
450
filter: var(--ifm-menu-link-sublist-icon-filter);
451
height: 1.25rem;
452
- transform: rotate(
453
-180deg);
+ // Default chevron is already right/left — no extra rotation needed (was: transform: rotate(180deg);)
454
width: 1.25rem;
455
transition: transform var(--ifm-transition-fast) linear;
456
}
0 commit comments