remoe focus outline
This commit is contained in:
parent
2da3d77860
commit
d8c44b3fb1
@ -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