From 251df5cdd814aa81d31bf2e93475d04f6fa5e8bc Mon Sep 17 00:00:00 2001 From: banaanihillo Date: Sat, 6 Jul 2024 20:12:51 +0300 Subject: [PATCH] Open the custom select when it gains focus --- public/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 9dea356..a87f123 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -196,7 +196,8 @@ button:hover { background-color: #f0f0f0; } -.custom-select:hover .options { +.custom-select:hover .options, +.custom-select:focus-within .options { display: block; }