remoe focus outline
This commit is contained in:
parent
1ce205c17b
commit
1575fa33fd
@ -26,6 +26,10 @@ input {
|
|||||||
border: solid white 1px;
|
border: solid white 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
border: solid white 1px;
|
border: solid white 1px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
Loading…
Reference in New Issue
Block a user