Skip to content

Commit a1628b2

Browse files
author
ACR1209
committed
Point arrow to the right on sublanguage dropdown
1 parent 274f1e7 commit a1628b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,13 @@ abbr {
421421
border-left: 7px solid transparent;
422422
border-right: 7px solid transparent;
423423
border-top: 7px solid var(--clr-text-primary); /* [1] */
424+
transform: rotate(-90deg);
424425
transition: transform 100ms ease;
425426
cursor: pointer;
426427
}
427428

428429
[aria-expanded="true"] .sublanguage__arrow {
429-
transform: rotate(180deg);
430+
transform: rotate(0deg);
430431
}
431432

432433

0 commit comments

Comments
 (0)