Skip to content

Commit

Permalink
replace styles for focus mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
BenOsodrac committed Dec 10, 2024
1 parent b43ac6c commit f9b473b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/components/checkbox/checkbox.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,7 @@ input {
// --------------------------------------------------
// Only show the focus ring when the checkbox is focused and not disabled
:host(.ion-focused:not(.checkbox-disabled)) .native-wrapper {
outline: var(--focus-ring-width) globals.$ion-border-style-solid var(--focus-ring-color);
outline-offset: var(--focus-ring-offset);
@include globals.focused-state();
}

// Checkbox: Active
Expand Down

0 comments on commit f9b473b

Please sign in to comment.