From 7bdde9a4f5f45588ef02bc163e8ee4529369f358 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Sun, 5 May 2024 17:16:20 +0000 Subject: [PATCH] build: fix stylelint issues on Choices.css file --- app/Resources/styles/choices.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/Resources/styles/choices.css b/app/Resources/styles/choices.css index 4171ea8b..84423cb8 100644 --- a/app/Resources/styles/choices.css +++ b/app/Resources/styles/choices.css @@ -83,8 +83,7 @@ height: 0; width: 0; border-style: solid; - border-color: hsl(var(--color-text-muted)) transparent transparent - transparent; + border-color: hsl(var(--color-text-muted)) transparent transparent; border-width: 5px; position: absolute; right: 11.5px; @@ -94,8 +93,7 @@ } .choices[data-type*="select-one"].is-open::after { - border-color: transparent transparent hsl(var(--color-text-muted)) - transparent; + border-color: transparent transparent hsl(var(--color-text-muted)); margin-top: -7.5px; }