From d9c01f880f557a517d744702180bf78014452510 Mon Sep 17 00:00:00 2001 From: imagoiq <12294151+imagoiq@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:16:24 +0200 Subject: [PATCH] Lint --- packages/styles/src/components/form-check.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/styles/src/components/form-check.scss b/packages/styles/src/components/form-check.scss index 75b5b058a8..3eee6c9003 100644 --- a/packages/styles/src/components/form-check.scss +++ b/packages/styles/src/components/form-check.scss @@ -61,8 +61,7 @@ background: transparent; height: form-check.$form-check-input-size; width: form-check.$form-check-input-size; - border: form-check.$form-check-input-border-width solid - currentColor; + border: form-check.$form-check-input-border-width solid currentColor; @include utility-mx.high-contrast-mode { border-color: FieldText; // For blink-browser as otherwise the default color (which is not a full color) will be converted to Highlight