mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 21:22:07 +00:00
A11y: Focus ring for widgets (#7167)
## Summary Addresses #7165 Add focus state to widget inputs (including textarea) ## Screenshot <img width="912" height="688" alt="image" src="https://github.com/user-attachments/assets/329b1747-1c16-499c-9a17-58332d731c35" /> <!-- Add screenshots or video recording to help explain your changes --> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7167-A11y-Focus-ring-for-widgets-2bf6d73d365081b9805ef5921c1d9b6e) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<FloatLabel variant="in">
|
||||
<FloatLabel
|
||||
variant="in"
|
||||
class="rounded-lg space-y-1 focus-within:ring ring-component-node-widget-background-highlighted transition-all"
|
||||
>
|
||||
<Textarea
|
||||
v-bind="filteredProps"
|
||||
:id
|
||||
|
||||
Reference in New Issue
Block a user