diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-08-26 00:33:57 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-08-26 00:33:57 +0000 |
commit | 9704fa22c58b4485a4a5c20e6598a1a6556dd0ec (patch) | |
tree | 272529fb17de3b2b90e49469ed476e0e409c3491 /spec | |
parent | e4336ba0ba14f299718b9af5dc586e4ea17a11b3 (diff) | |
parent | 82302b04fc53446a01fe1f36da261345415dca91 (diff) | |
download | gitlab-ce-9704fa22c58b4485a4a5c20e6598a1a6556dd0ec.tar.gz |
Merge branch 'add-hover-color-emoji-icon' into 'master'
Add hover color to emoji icon
## What does this MR do?
Adds hover color to emoji icon in discussions
## Are there points in the code the reviewer needs to double check?
Shouldn't be
## Why was this MR needed?
Keep consistency of color highlighting to indicate action icon
## What are the relevant issue numbers?
Closes #20629
## Screenshots (if relevant)
Before:
![Gcy0V4Cjp9](/uploads/96a7a683fe2d526b74a05d7cc91c9fa0/Gcy0V4Cjp9.gif)
After:
![TAmusA6o1z](/uploads/1baf20390d2f1442b5fae84ae42914ce/TAmusA6o1z.gif)
## 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 !5673
Diffstat (limited to 'spec')
-rw-r--r-- | spec/javascripts/fixtures/awards_handler.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/fixtures/awards_handler.html.haml b/spec/javascripts/fixtures/awards_handler.html.haml index d55936ee4f9..1ef2e8f8624 100644 --- a/spec/javascripts/fixtures/awards_handler.html.haml +++ b/spec/javascripts/fixtures/awards_handler.html.haml @@ -39,7 +39,7 @@ %span.note-role Reporter %a.note-action-button.note-emoji-button.js-add-award.js-note-emoji{"data-position" => "right", :href => "#", :title => "Award Emoji"} %i.fa.fa-spinner.fa-spin - %i.fa.fa-smile-o + %i.fa.fa-smile-o.link-highlight .js-task-list-container.note-body.is-task-list-enabled .note-text %p Suscipit sunt quia quisquam sed eveniet ipsam. |