🎨 fix l'outline au focus des inputs

pull/1099/head
Johan Girod 2020-08-26 18:30:18 +02:00
parent 7cbb1bd6d9
commit d1fc4b44a6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
--darkColor: rgb(24, 69, 123);
--textColor: rgb(24, 69, 123);
}
:focus:not(:active) {
:focus:not(:active):not(input) {
outline: 1px dashed var(--darkColor);
}
:active {