From ec0ba8585e89dbc2d16da32a013d91129e64a074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ja=CC=81n=20Mikla=CC=81s=CC=8C?= Date: Wed, 19 Jun 2019 14:51:56 +0200 Subject: [PATCH] Use SCSS variables [MAILPOET-1976] --- .../src/components/newsletterEditor/components/_history.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/src/components/newsletterEditor/components/_history.scss b/assets/css/src/components/newsletterEditor/components/_history.scss index 21865368e6..9f2b49ed0c 100644 --- a/assets/css/src/components/newsletterEditor/components/_history.scss +++ b/assets/css/src/components/newsletterEditor/components/_history.scss @@ -10,7 +10,7 @@ svg { display: inline-block; height: 26px; - stroke: #0074a2; + stroke: $primary-active-color; vertical-align: top; width: 26px; } @@ -19,5 +19,5 @@ .mailpoet_history_arrow_inactive { cursor: not-allowed; - svg { stroke: #a4a4a4; } + svg { stroke: $primary-inactive-color; } }