Commit f6edaaca authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix hover and active state colors of award emoji button

parent ab06c9b6
...@@ -229,10 +229,10 @@ ...@@ -229,10 +229,10 @@
height: $default-icon-size; height: $default-icon-size;
width: $default-icon-size; width: $default-icon-size;
border-radius: 50%; border-radius: 50%;
}
path { path {
fill: $border-gray-normal; fill: $border-gray-normal;
}
} }
} }
...@@ -243,6 +243,10 @@ ...@@ -243,6 +243,10 @@
left: 10px; left: 10px;
bottom: 6px; bottom: 6px;
opacity: 0; opacity: 0;
path {
fill: $award-emoji-positive-add-lines;
}
} }
.award-control-text { .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