From bd9065fdfe769f6a276a864b89d19dfc95257ccf Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Thu, 23 Dec 2021 10:17:11 -0600 Subject: [PATCH] fix: sideways checkmarks on blocks (#44575) --- client/src/templates/Introduction/intro.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index 5bb8ee47b93..19f63f87739 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -208,7 +208,7 @@ button.map-title { stroke: var(--color-quaternary); } -.open > .map-title svg:first-child { +.open > .map-title > svg:first-child { transform: rotate(90deg); }