Accessibility: Easier to access Authorization#10692
Accessibility: Easier to access Authorization#10692cka121 merged 2 commits intoswagger-api:masterfrom
Conversation
|
Hi @hariswhdn, the changes in you PR looks good. So I will be merging this PR. Thank You for your contribution! |
Thank you, my first PR. I appreciate it. |
|
🎉 This PR is included in version 5.32.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
can this be reverted or changed? our scheme definition contains 3 fields as server variables, and it occupies half of the screen now always |
Please check the screenshot in this PR to see if it is on target. 10832 |
Yes, I have made a PR for that. We just need to wait for the review. |
This reverts commit 63aa7ad. # Conflicts: # src/style/_layout.scss
|
Hi @hariswhdn, |
## [5.32.5](v5.32.4...v5.32.5) (2026-04-27) ### Bug Fixes * **deps:** bump swagger-client to v3.37.3 ([#10858](#10858)) ([74e48ce](74e48ce)) * **style:** markdown list items default text color in Dark Mode ([#10790](#10790)) ([#10791](#10791)) ([3608eaa](3608eaa)) ### Reverts * Revert "Accessibility: Easier to access Authorization ([#10692](#10692))" ([#10850](#10850)) ([8d17c78](8d17c78))

Description
This PR introduces three specific CSS enhancements to the Swagger UI layout:
.scheme-container(containing the Authorize button) is now sticky at the top of the viewport.30pxto15pxto save screen real estate.0.8to0.5for a less aggressive visual transition.10pxgap for better alignment.Motivation and Context
The primary goal is to improve the developer experience during frequent testing:
How Has This Been Tested?
top: 0.Screenshots (if appropriate):
Checklist
My PR contains...
src/is unmodified: changes to documentation, CI, metadata, etc.)package.json)My changes...
Documentation
Automated tests