From e3fd717b60d67a09b500282837470707f57747a1 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Mon, 26 Sep 2022 18:04:43 +0300 Subject: [PATCH] test(prettier): Fix stylelint --- src/components/manage/Blocks/Accordion/editor.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/manage/Blocks/Accordion/editor.less b/src/components/manage/Blocks/Accordion/editor.less index 2131aae..657e2f5 100644 --- a/src/components/manage/Blocks/Accordion/editor.less +++ b/src/components/manage/Blocks/Accordion/editor.less @@ -49,10 +49,12 @@ margin: 0; .ui.accordion { - &.primary, &.secondary, &.tertiary { + &.primary, + &.secondary, + &.tertiary { .active.title input, .active.title i { - color: #fff ; + color: #fff; } } }