summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-04 10:53:05 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-08-25 12:21:37 -0500
commit82302b04fc53446a01fe1f36da261345415dca91 (patch)
tree2cb9a1a1d7c9ba684fd2ee3e41286b407c21af1e /app/assets/stylesheets/pages/notes.scss
parentb099a10e8595a517a401c9e9d2a3962f96578081 (diff)
downloadgitlab-ce-82302b04fc53446a01fe1f36da261345415dca91.tar.gz
Add hover color to emoji icon
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss16
1 files changed, 5 insertions, 11 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 08d1692c888..54124a3d658 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -281,19 +281,13 @@ ul.notes {
font-size: 17px;
}
- &.js-note-delete {
- i {
- &:hover {
- color: $gl-text-red;
- }
+ &:hover {
+ .danger-highlight {
+ color: $gl-text-red;
}
- }
- &.js-note-edit {
- i {
- &:hover {
- color: $gl-link-color;
- }
+ .link-highlight {
+ color: $gl-link-color;
}
}
}