diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-08-19 14:06:53 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-08-19 14:06:53 +0000 |
commit | 012396c0724c76eca4dbd8c9bfb609589f2aa7e0 (patch) | |
tree | db1df53cb37043967a670f8d481f8b0ba8839974 /CHANGELOG | |
parent | e303df2e27296edb6f5ee96e1ce69c266cb10805 (diff) | |
parent | 9cb3fcda281853f5bdbb4c3a716a875ce72928e4 (diff) | |
download | gitlab-ce-012396c0724c76eca4dbd8c9bfb609589f2aa7e0.tar.gz |
Merge branch 'fix-alignment-build-status-icon' into 'master'
Fix spacing and vertical alignment on build status icon on commits page
## What does this MR do?
Fixes the hover state of the build status text and adds extra margin and vertically aligns the build status icon
## Are there points in the code the reviewer needs to double check?
Shouldn't be
## Why was this MR needed?
Improves existing UI
## What are the relevant issue numbers?
Closes #20642
## Screenshots (if relevant)
Before:
![Screen_Shot_2016-08-09_at_12.07.50_PM](/uploads/5265c00077eeef8fc42e08e89555bfb7/Screen_Shot_2016-08-09_at_12.07.50_PM.png)
![Screen_Shot_2016-08-09_at_12.07.59_PM](/uploads/dc5cf7e09785ac394b264a47c594cf98/Screen_Shot_2016-08-09_at_12.07.59_PM.png)
After:
![Screen_Shot_2016-08-09_at_12.05.45_PM](/uploads/c0ce182c6342a7db767d1932372991d0/Screen_Shot_2016-08-09_at_12.05.45_PM.png)
![Screen_Shot_2016-08-09_at_12.05.37_PM](/uploads/e337ff23462552f75760f80087a2b1ef/Screen_Shot_2016-08-09_at_12.05.37_PM.png)
## 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 !5739
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index b9da3d4fa91..873045ff964 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -107,6 +107,7 @@ v 8.11.0 (unreleased) - Fix search for notes which belongs to deleted objects - Allow Akismet to be trained by submitting issues as spam or ham !5538 - Add GitLab Workhorse version to admin dashboard (Katarzyna Kobierska Ula Budziszewska) + - Fix spacing and vertical alignment on build status icon on commits page (ClemMakesApps) - Allow branch names ending with .json for graph and network page !5579 (winniehell) - Add the `sprockets-es6` gem - Improve OAuth2 client documentation (muteor) |