mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
Add outline to button list (#644)
It's unclear otherwise when using the keyboard
This commit is contained in:
parent
29f1465b81
commit
39674fe2b0
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ body {
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttonList label:focus-within,
|
||||||
input:focus {
|
input:focus {
|
||||||
outline: transparent;
|
outline: transparent;
|
||||||
box-shadow: 0 0 0 2px #a5d8ff;
|
box-shadow: 0 0 0 2px #a5d8ff;
|
||||||
|
|
Loading…
Add table
Reference in a new issue