[EuiBreadcrumbs] Not visually clear if a breadcrumb has a link #7345
Replies: 8 comments 8 replies
-
Assuming we wish to maintain the minimalistic nature of these breadcrumbs (which I personally do), the first areas that come to mind where we could apply such visual affordance for linked vs. non-linked breadcrumbs are font weight and color. Currently, it looks like we use a font weight of Perhaps we could update these styles with the following subtle changes to accommodate for a light affordance prior to the user attempting to hover/focus:
It's subtle, but I think it's enough of an offset to indicate to users that something is different about them, without hurting the minimalism of the component. What do you think, @ryankeairns? |
Beta Was this translation helpful? Give feedback.
-
Agreed. I briefly poked around at this yesterday and also noted the general use of the +1 for the proposed changes. |
Beta Was this translation helpful? Give feedback.
-
Going to be annoying and insert my non-designer opinion: that is absolutely too subtle for me to notice at a glance personally, especially at smaller font sizes 😅 (or, e.g. for users with low vision acuity). Could we consider the good old "underline if a link and do not underline if not" pattern, which is generally held to be an accessibility best practice? |
Beta Was this translation helpful? Give feedback.
-
It's easy enough to try and see how it looks. Let's take a peek when this reaches the PR stage. |
Beta Was this translation helpful? Give feedback.
-
Moving this to a discussion until we can come up with a solution. @1Copenut Can you help us drive this to a conclusion? |
Beta Was this translation helpful? Give feedback.
-
Just wanted to recap some thoughts we briefly discussed at sync today:
|
Beta Was this translation helpful? Give feedback.
-
Other point raised during sync today: Why do we have breadcrumbs that aren't links at all? Does our IA need work? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
For the new serverless navigation in Kibana we're changing the look of breadcrumbs from
EuiHeaderBreadcrumbs
toEuiBreadcrumbs
elastic/kibana#166593Currently in
EuiBreadcrumbs
it it not visually clear if a breadcrumb has a link or not, for example comparing toEuiHeaderBreadcrumbs
:https://codesandbox.io/s/thirsty-cray-5xspnj?file=/demo.tsx
Do you think we could change this and add a visual difference between a crumb with and without a link in the default
EuiBreadcrumbs
look?cc @MichaelMarcialis @ryankeairns
Beta Was this translation helpful? Give feedback.
All reactions