fix: arrows pointing the wrong way (#42155)

This commit is contained in:
Sem Bauke
2021-05-17 09:15:08 +02:00
committed by GitHub
parent ed094523e4
commit c4910b90b4

View File

@ -203,12 +203,8 @@ button.map-title {
stroke: var(--color-quaternary); stroke: var(--color-quaternary);
} }
.map-title svg:first-child {
transform: rotate(90deg);
}
.open > .map-title svg:first-child { .open > .map-title svg:first-child {
transform: rotate(-90deg); transform: rotate(90deg);
} }
.map-challenges-ul { .map-challenges-ul {