Skip to content

Commit

Permalink
fix(input): button focus visible
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 committed Mar 11, 2024
1 parent 9882236 commit f556680
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
@import '~@ovhcloud/ods-common-theming/ods-theme';

.osds-input {
&:focus-visible {
outline: 2px solid var(--ods-color-primary-500);
border-radius: 1px;
}

&__icon-button {
display: inline-flex;
border: none;
background: none;
padding: 0;

&:focus-visible {
outline: var(--ods-color-primary-500) solid 2px;
border-radius: 1px;
}
}
}

Expand Down

0 comments on commit f556680

Please sign in to comment.