xP: use a dotted border for button focus
It's visible enough.
This commit is contained in:
parent
66370387bc
commit
e15c9cba43
|
@ -82,7 +82,7 @@ button {
|
|||
padding: 0 .3em;
|
||||
}
|
||||
button:focus {
|
||||
border: 1px dashed #000;
|
||||
border: 1px dotted #000;
|
||||
}
|
||||
button:hover {
|
||||
border-left: 1px solid #fff;
|
||||
|
|
Loading…
Reference in New Issue