Commit 535c6954 authored by Phil Hughes's avatar Phil Hughes

Merge branch '54725-fix-emoji-button-active-state' into 'master'

Resolve "Add reaction emoji styling is off"

See merge request gitlab-org/gitlab-ce!25295
parents 5e593937 f6edaaca
......@@ -233,10 +233,10 @@
height: $default-icon-size;
width: $default-icon-size;
border-radius: 50%;
}
path {
fill: $border-gray-normal;
}
path {
fill: $border-gray-normal;
}
}
......@@ -247,6 +247,10 @@
left: 10px;
bottom: 6px;
opacity: 0;
path {
fill: $award-emoji-positive-add-lines;
}
}
.award-control-text {
......
---
title: Fix hover and active state colors of award emoji button
merge_request: 25295
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment