Skip to content
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

style(NcAvatar): make button element round as avatar itself #5898

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

Antreesy
Copy link
Contributor

@Antreesy Antreesy commented Aug 2, 2024

☑️ Resolves

  • Fix focus-visible state appearance
  • parent > children syntax to avoid leaking to NcActionsButtons

🖼️ Screenshots

🏚️ Before 🏡 After
image image

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy Antreesy added 3. to review Waiting for reviews design Design, UX, interface and interaction design feature: avatar Related to the avatar component labels Aug 2, 2024
@Antreesy Antreesy added this to the 8.15.2 milestone Aug 2, 2024
@Antreesy Antreesy requested review from susnux and ShGKme August 2, 2024 13:39
@Antreesy Antreesy self-assigned this Aug 2, 2024
@Antreesy
Copy link
Contributor Author

Antreesy commented Aug 2, 2024

/backport to next

@ShGKme ShGKme modified the milestones: 8.15.2, 8.16.0 Aug 3, 2024
Copy link
Contributor

@DorraJaouad DorraJaouad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NcAvatar is using border-radius: 50%; to define it. I suggest to all be aligned with half the size calculation.

@susnux
Copy link
Contributor

susnux commented Aug 5, 2024

NcAvatar is using border-radius: 50%; to define it. I suggest to all be aligned with half the size calculation.

I think 50% is faster (not sure if this is measurable) and probably easier to understand?
But lets make it consistent in a followup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working design Design, UX, interface and interaction design feature: avatar Related to the avatar component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants