Skip to content

Fix star button disabled halo issue #2276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2025
Merged

Fix star button disabled halo issue #2276

merged 1 commit into from
Apr 3, 2025

Conversation

mvandenburgh
Copy link
Member

Fixes #2245

The readonly prop to v-btn also disables the button like disabled does, but without changing the style.

The `disabled` prop causes a greyed out circular halo to appear around
the star icon, which we do not want. `readonly` also disables the
button, but without changing the style.
@mvandenburgh mvandenburgh requested a review from jjnesbitt April 3, 2025 20:28
@mvandenburgh mvandenburgh merged commit db543bf into master Apr 3, 2025
2 checks passed
@mvandenburgh mvandenburgh deleted the fix-star-icon branch April 3, 2025 20:45
@mvandenburgh mvandenburgh added the patch Increment the patch version when merged label Apr 16, 2025
@dandibot
Copy link
Member

🚀 PR was released in v0.5.0 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dandiset star has a weird "disabled" halo around it
3 participants