From 8631c345536a6064bcf8eac7f9dffab2e6e6a15e Mon Sep 17 00:00:00 2001 From: adamleithp Date: Tue, 17 Dec 2024 23:38:18 +0000 Subject: [PATCH] removed outline offset from checkbox focus styling --- frontend/src/lib/lemon-ui/LemonCheckbox/LemonCheckbox.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/lib/lemon-ui/LemonCheckbox/LemonCheckbox.scss b/frontend/src/lib/lemon-ui/LemonCheckbox/LemonCheckbox.scss index 161d18c4a566f..d9d77abcb5119 100644 --- a/frontend/src/lib/lemon-ui/LemonCheckbox/LemonCheckbox.scss +++ b/frontend/src/lib/lemon-ui/LemonCheckbox/LemonCheckbox.scss @@ -6,7 +6,6 @@ width: fit-content; font-weight: 500; line-height: 1.5rem; - outline-offset: 2px; &:has(:focus-visible) { .LemonCheckbox__box {