From 78301d2d2644f9f07f1ccd88a3173c8e0648bf62 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 25 Jan 2025 14:32:37 +0000 Subject: [PATCH] Set btn-secondary on dropdown selectors This ensures you receive visual feedback when you use the keyboard TAB to move between form fields. At present there is no visual indication when you get to a dropdown. --- binderhub/static/js/components/LinkGenerator.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binderhub/static/js/components/LinkGenerator.jsx b/binderhub/static/js/components/LinkGenerator.jsx index 6a6314b8e..ae81d8bdc 100644 --- a/binderhub/static/js/components/LinkGenerator.jsx +++ b/binderhub/static/js/components/LinkGenerator.jsx @@ -18,7 +18,7 @@ function ProviderSelector({ return ( <>