From the discussion in #21287 (moved) it was decided to add an underline to every text link on hover and focus to make them more discoverable and accessible.
This is a list of all the places we've found the underline missing:
Project name in "Contributed projects" and "Personal projects" under user profile. Missing underline on hover and focus.
File name in the file tree. Missing underline on hover and focus.
Quick links under Project page. Missing underline on hover and focus.
Timestamps on comments and system notes under Issue and Merge Requests. Missing underline on hover.
Anchors in Issue and Merge Request sidebar. Missing underline on hover.
Links in the build header also need underlines:
sha on commit page:
tags on a commit:
Names in comments:
Website on profile
Labels
If anyone finds more examples of this, please add them to this issue.
I agree with only changing the color for dropdown links. I was thinking that maybe it would be good to add an underline to labels in order to differentiate them from buttons but maybe there is a different way of doing this. Thoughts @pedroms?
@tauriedavis I think labels should be treated as buttons. Labels are essentially navigation actions, for which we also use buttons. However, I do think they can have something different from buttons so that they are easier to spot and communicate the “label” notion. For example, having a “pill” look:
@cperessini I think the discussion around underlining links on hover and focus is very important. But I would add that we should also discuss underlining (or adding another visual indicator) to links that are not blue, hence they don't appear to be links. Take a look at this comment I made and tell me what you think.
@pedroms I think labels should not behave as buttons, because even though labels are mostly navigation actions, buttons are usually about adding, modifying or removing items. Buttons that take you to another page (like the New issue button) have the ultimate goal of creating something.
I also don't think that the style for hover and active from buttons is good for labels:
This is what it would look like with the underline, and I think it's a good addition:
I think the "pill" labels look good, but we have to consider that we use rectangles rounded corners for everything. If we made the change, maybe we could apply that style to other elements in GitLab to give it more consistency.
@cperessini I don't have a strong opinion on this, so let's go forward with your suggestion
If we made the change, maybe we could apply that style to other elements in GitLab to give it more consistency.
Yes, the “pill” labels are a nice visual in order to further separate them from buttons. What other elements were you thinking about? Feel free to break this into another issue if this is deviating from the discussion at hand (or tell me to and I'll create one).
GitLab is moving all development for both GitLab Community Edition
and Enterprise Edition into a single codebase. The current
gitlab-ce repository will become a read-only mirror, without any
proprietary code. All development is moved to the current
gitlab-ee repository, which we will rename to just gitlab in the
coming weeks. As part of this migration, issues will be moved to the
current gitlab-ee project.
If you have any questions about all of this, please ask them in our
dedicated FAQ issue.
Using "gitlab" and "gitlab-ce" would be confusing, so we decided to
rename gitlab-ce to gitlab-foss to make the purpose of this FOSS
repository more clear
I created a merge requests for CE, and this got closed. What do I
need to do?
Everything in the ee/ directory is proprietary. Everything else is
free and open source software. If your merge request does not change
anything in the ee/ directory, the process of contributing changes
is the same as when using the gitlab-ce repository.
Will you accept merge requests on the gitlab-ce/gitlab-foss project
after it has been renamed?
No. Merge requests submitted to this project will be closed automatically.
Will I still be able to view old issues and merge requests in
gitlab-ce/gitlab-foss?
Yes.
How will this affect users of GitLab CE using Omnibus?
No changes will be necessary, as the packages built remain the same.
How will this affect users of GitLab CE that build from source?
Once the project has been renamed, you will need to change your Git
remotes to use this new URL. GitLab will take care of redirecting Git
operations so there is no hard deadline, but we recommend doing this
as soon as the projects have been renamed.
Where can I see a timeline of the remaining steps?