Link styling is unclear in Teams page #92
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#92
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The "View" link is not styled as link at https://extensions.blender.org/settings/teams/
Having said that, personally I would just remove the "view" link, and instead just make the team name (or the entire table row) clickable. Of course this also would have to be styled to make this clear (without relying on mouse-over, as that's not even available on many devices).
Thanks for the report. The plan is indeed to make the team name clickable and ditch the View.
It is on @martonlente desk, but not sure where the front-end tasks are listed, so will just assign him for now.
I think (from a very brief glance at the styling in my browser's inspector, so do take this with the appropriate lightness) the root cause is that there seems to be a top-level styling for
<a>
that removes any link-like markup. This I would recommend against, as it requires constant vigilance for these kind of accessibility issues.@martonlente: I think we have the same problem on the Approval Queue as well. See my first reply here: https://extensions.blender.org/approval-queue/bagapie/
Basically
Install from Disk
is a link, but you cannot tell until you mouse over it.I addressed the above issues with the following visual changes:
Example screenshots:
We plan other improvements to the Approval Queue's UI (e.g. improve activity count display), but those are not related and would close the issue for now.
Thanks!