mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
.select-wrapper:focus-within for accessibility, closes #1771
This commit is contained in:
parent
23335e123b
commit
a21c00b54d
1 changed files with 3 additions and 0 deletions
|
|
@ -573,6 +573,9 @@ form button[type=button] {
|
|||
display: inline-block;
|
||||
margin-right: 0.3em;
|
||||
}
|
||||
.select-wrapper:focus-within {
|
||||
border: 1px solid black;
|
||||
}
|
||||
.select-wrapper.filter-op {
|
||||
width: 80px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue