shinalokandClaude Sonnet 4.6 9f1a43095e fix: remove blue focus-within border from all Gradio wraps globally
Root cause: .wrap:focus-within sets box-shadow+border-color via
--input-shadow-focus / --input-border-color-focus on ALL components.

Fix:
- .wrap:focus-within -> box-shadow:none, border-color:primary globally
- .pill-input .wrap:focus-within -> restore blue glow for input only
- .block:focus-within -> outline/shadow/border reset
- Simplify .pill-input textarea:focus to just remove outline

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 18:28:51 +09:00
S
Description
No description provided
407 KiB
Languages
Python 100%