From a1261773db88634ae586279e6fbc84a6e4eec2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Fri, 11 Oct 2024 09:52:01 +0200 Subject: [PATCH] doc: boards: extensions: fix CSS rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- doc/_extensions/zephyr/domain/static/css/board-catalog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_extensions/zephyr/domain/static/css/board-catalog.css b/doc/_extensions/zephyr/domain/static/css/board-catalog.css index 96a2b86728d..f92c5c6faa6 100644 --- a/doc/_extensions/zephyr/domain/static/css/board-catalog.css +++ b/doc/_extensions/zephyr/domain/static/css/board-catalog.css @@ -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 {