Skip to content

Commit

Permalink
Merge branch 'io-1344' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaashl committed Nov 7, 2024
2 parents ec107aa + 8524e78 commit acf6df2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion src/components/form/search/circle/circle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,13 @@
}

&-last {
@extend %ods-padding-bottom-4;
@extend %ods-margin-bottom-4;

&:focus-visible {
box-shadow: 0 0 0 0.125rem colors.$blue-state;
outline-offset: 0.125rem;
outline: 0.25rem solid colors.$purple-light;
}
}
}
}
Expand Down Expand Up @@ -224,6 +230,12 @@
text-decoration: none;
}

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

&--divider {
border-bottom: 0.0625rem solid colors.$gray;
}
Expand Down
14 changes: 13 additions & 1 deletion src/components/form/search_seasons/search_seasons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,13 @@
}

&-last {
@extend %ods-padding-bottom-4;
@extend %ods-margin-bottom-4;

&:focus-visible {
box-shadow: 0 0 0 0.125rem colors.$blue-state;
outline-offset: 0.125rem;
outline: 0.25rem solid colors.$purple-light;
}
}
}
}
Expand Down Expand Up @@ -252,6 +258,12 @@
text-decoration: underline;
}

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

&--divider {
border-bottom: 0.0625rem solid colors.$gray;
}
Expand Down

0 comments on commit acf6df2

Please sign in to comment.