Skip to content
Snippets Groups Projects
Commit e5c2fdf7 authored by Fatih Acet's avatar Fatih Acet
Browse files

Merge branch 'fix-ci-status-link-css' into 'master'

Fix CI status icon link underline

## What does this MR do?

Changes the CSS so that CI status icon does not underline when it is hovered over.

## Are there points in the code the reviewer needs to double check?

Just need to make sure there aren't any side effects (`.ci-status-link` being used without an icon).
To my knowledge, every instance of `.ci-status-link` is tied to a `.ci-status-icon-{statusName}`.

## Why was this MR needed?

Resolves existing bug

## What are the relevant issue numbers?

#20103 

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5408
parents 440b14da aa3c1349
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment