Skip to content

Commit

Permalink
Make File/URL selector btn-secondary
Browse files Browse the repository at this point in the history
This ensures you receive visual feedback when tabbing between form fields with the keyboard. At present there is no visual indication when you get to the File/URL dropdown.
  • Loading branch information
manics committed Jan 25, 2025
1 parent 040c9bb commit 6a6aa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/static/js/components/LinkGenerator.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function UrlSelector({ setUrlPath }) {
onChange={(e) => setPath(e.target.value)}
/>
<button
className="btn border border-2 border-start-0 dropdown-toggle"
className="btn btn-secondary border border-2 border-start-0 dropdown-toggle"
type="button"
data-bs-toggle="dropdown"
aria-expanded="false"
Expand Down

0 comments on commit 6a6aa11

Please sign in to comment.