From 024f7358448f3361fc8bd0df8133f0c35629f8e1 Mon Sep 17 00:00:00 2001 From: djordje vlaisavljevic Date: Mon, 6 Dec 2021 12:58:38 +0100 Subject: [PATCH] Moved svg arrow styles from inline to CSS file refs https://github.com/TryGhost/Team/issues/1209 --- core/frontend/src/cards/css/toggle.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/frontend/src/cards/css/toggle.css b/core/frontend/src/cards/css/toggle.css index e232ee0ea4..28e21d3aa8 100644 --- a/core/frontend/src/cards/css/toggle.css +++ b/core/frontend/src/cards/css/toggle.css @@ -63,6 +63,15 @@ transform: rotate(-180deg); } +.kg-toggle-heading path { + fill: none; + stroke: currentcolor; + stroke-linecap: round; + stroke-linejoin: round; + stroke-width: 1.5; + fill-rule: evenodd; +} + .kg-toggle-heading-text { margin-top: 0; margin-bottom: 0;