diff --git a/Lombiq.UIKit/Assets/Styles/checkbox.scss b/Lombiq.UIKit/Assets/Styles/checkbox.scss index 1eefc8b..56745b9 100644 --- a/Lombiq.UIKit/Assets/Styles/checkbox.scss +++ b/Lombiq.UIKit/Assets/Styles/checkbox.scss @@ -99,7 +99,9 @@ &:focus { + .checkboxEditor__label::before { - box-shadow: inset 0 0 3px rgb(0 0 0 / 0), 0 0 0 1px rgb(99 99 99 / 0.16); + box-shadow: + inset 0 0 3px rgb(0 0 0 / 0), + 0 0 0 1px rgb(99 99 99 / 0.16); } }