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 274f1e7 commit a1628b2Copy full SHA for a1628b2
src/styles/main.css
@@ -421,12 +421,13 @@ abbr {
421
border-left: 7px solid transparent;
422
border-right: 7px solid transparent;
423
border-top: 7px solid var(--clr-text-primary); /* [1] */
424
+ transform: rotate(-90deg);
425
transition: transform 100ms ease;
426
cursor: pointer;
427
}
428
429
[aria-expanded="true"] .sublanguage__arrow {
- transform: rotate(180deg);
430
+ transform: rotate(0deg);
431
432
433
0 commit comments