Merge pull request #7520 from betagouv/css_remove_outline
fix: css, couleur au focus des inputs box
This commit is contained in:
commit
a31856a101
1 changed files with 3 additions and 1 deletions
|
@ -214,7 +214,9 @@
|
||||||
background-color: $border-grey;
|
background-color: $border-grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus,
|
||||||
|
&:focus-visible {
|
||||||
|
outline: 0;
|
||||||
border: 1px solid $blue-france-500;
|
border: 1px solid $blue-france-500;
|
||||||
box-shadow: 0px 0px 2px 1px $blue-france-500;
|
box-shadow: 0px 0px 2px 1px $blue-france-500;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue