From ccf772c4c6e4af1e7b576b5544fabc96ffb3f696 Mon Sep 17 00:00:00 2001 From: MewenLeHo Date: Thu, 14 Sep 2023 12:18:56 +0200 Subject: [PATCH] Fix --- scss/forms/_form-check.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/forms/_form-check.scss b/scss/forms/_form-check.scss index c93a4493eb..081db7bdec 100644 --- a/scss/forms/_form-check.scss +++ b/scss/forms/_form-check.scss @@ -264,11 +264,11 @@ content: ""; } - .btn-group &:not(:first-of-type) { + .btn-group &:not(.btn-no-outline):not(:first-of-type) { border-left: 0; } - .btn-group &:not(:last-of-type) { + .btn-group &:not(.btn-no-outline):not(:last-of-type) { border-right: 0; } }