doc: boards: extensions: fix CSS rule
Fix a regression introduced at the last minute when cleaning up the stylesheet. The rule as it was made no sense. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
a5ecd339d7
commit
a1261773db
|
@ -28,7 +28,7 @@
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
.filter-form input:focus .filter-form select:focus {
|
||||
.filter-form input:focus, .filter-form select:focus {
|
||||
border-color: var(--input-focus-border-color);
|
||||
}
|
||||
.select-container {
|
||||
|
|
Loading…
Reference in New Issue