Skip to content

Commit 26cc2b4

Browse files
authored
DOCS-62 - Fix sidebar chevron direction (UX) (#5584)
1 parent 7077e04 commit 26cc2b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css/sumo.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,7 @@ html[data-theme='light'] {
449449
background: var(--ifm-menu-link-sublist-icon) 50% / 2rem 2rem;
450450
filter: var(--ifm-menu-link-sublist-icon-filter);
451451
height: 1.25rem;
452-
transform: rotate(
453-
180deg);
452+
// Default chevron is already right/left — no extra rotation needed (was: transform: rotate(180deg);)
454453
width: 1.25rem;
455454
transition: transform var(--ifm-transition-fast) linear;
456455
}

0 commit comments

Comments
 (0)