Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaashl committed Apr 17, 2024
2 parents fdd00e8 + 8dc4392 commit 67defd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/form/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
outline: 0.25rem solid colors.$purple-light !important;
}

&--focused {
outline: 0.25rem solid colors.$purple-light !important;
}

&__checkmark {
@extend %ods-margin-top-1-breakpoint-medium;

Expand Down
6 changes: 6 additions & 0 deletions src/components/form/radio/radio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@
}
}

& input:focus-visible ~ .ods-radio__control {
outline: initial;
outline: 0.25rem solid colors.$purple-light;
}


&--focus,
&:focus {
.ods-radio__text {
Expand Down

0 comments on commit 67defd0

Please sign in to comment.