From 2689ec2373415816874e51635c538c57739e93da Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Tue, 26 Dec 2023 20:57:54 +0700 Subject: [PATCH] style: group focus --- scss/components/_group.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scss/components/_group.scss b/scss/components/_group.scss index 2b0b8b6e..b8d9a581 100644 --- a/scss/components/_group.scss +++ b/scss/components/_group.scss @@ -84,6 +84,11 @@ // Group box shadow when a button is focused &:has(button:focus, [type="submit"]:focus, [type="button"]:focus, [role="button"]:focus) { #{$✨}group-box-shadow: var(#{$✨}group-box-shadow-focus-with-button); + + input:not([type="checkbox"], [type="radio"]), + select { + border-color: transparent; + } } // Group box shadow when an input is focused