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:
Benjamin Cabé 2024-10-11 09:52:01 +02:00 committed by Anas Nashif
parent a5ecd339d7
commit a1261773db
1 changed files with 1 additions and 1 deletions

View File

@ -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 {