Skip to content

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaashl committed Apr 17, 2024
1 parent 67defd0 commit 5aea8ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/components/form/checkbox/checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
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
11 changes: 3 additions & 8 deletions src/components/menu/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,16 @@
}
}


&__link {
color: inherit;
display: flex;
font-size: inherit;
flex-direction: row;
text-decoration: none;

&:focus-visible {
outline-offset: 0;
outline: 0.125rem solid colors.$blue-state !important;
box-shadow: 0 0 0 0.375rem colors.$purple-light;
}
Expand All @@ -205,12 +206,6 @@
text-decoration: underline;
}
}

&:focus-visible {
outline-offset: 0;
outline: 0.125rem solid colors.$blue-state !important;
box-shadow: 0 0 0 0.375rem colors.$purple-light !important;
}
}

&__link-icon {
Expand Down

0 comments on commit 5aea8ed

Please sign in to comment.