Merge pull request #7520 from betagouv/css_remove_outline

fix: css, couleur au focus des inputs box
This commit is contained in:
Paul Chavard 2022-07-04 13:44:13 +02:00 committed by GitHub
commit a31856a101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,7 +214,9 @@
background-color: $border-grey;
}
&:focus {
&:focus,
&:focus-visible {
outline: 0;
border: 1px solid $blue-france-500;
box-shadow: 0px 0px 2px 1px $blue-france-500;
}