AfterClass-io / afterclass.io-v2

[alpha] v2 of https://afterclass.io!
https://afterclass-io.vercel.app
MIT License
4 stars 2 forks source link

feat(ui): text area focus and hover states #109

Closed k3ithloh closed 1 month ago

k3ithloh commented 3 months ago

closes #91

changes

implementation

image

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
afterclass-io-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 19, 2024 0:46am
Aztriltus commented 3 months ago

thanks for the PR! couple of questions otherwise, LGTM

@Aztriltus, was your intention also to add this focus-ring + hover behavior to the other components like button (or similar clickables)?

Yea we could

davidlhw commented 2 months ago

seems like there's a bug on the focus ring

light mode

image

dark mode

image


could we also add focus-ring to <Checkbox/>?

image

k3ithloh commented 2 months ago

Will look into the bugs you mentioned

k3ithloh commented 1 month ago

As clarified at the meeting the last time, the bug was introduced by shifting the CSS into the focus ring class which is only used in text area and not button