Skip to content

Commit

Permalink
Merge pull request #4176 from nextcloud/add-noticeable-focus-to-nc-ch…
Browse files Browse the repository at this point in the history
…eckboxradioswitch

Add focus-visible style for NcCheckboxRadioSwitch
  • Loading branch information
Fenn-CS committed Jun 9, 2023
2 parents d7447f8 + 5ef76b3 commit d9db4d5
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -583,6 +583,10 @@ export default {
height: var(--icon-size);
}
&__input:focus-visible + label {
outline: 2px solid var(--color-primary-element) !important;
}
&__label {
display: flex;
align-items: center;
Expand Down

0 comments on commit d9db4d5

Please sign in to comment.