Fix hover and active state colors of award emoji button

This commit is contained in:
Annabel Dunstone Gray 2019-02-15 09:19:37 -06:00
parent ab06c9b654
commit f6edaaca56
2 changed files with 12 additions and 3 deletions

View File

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

View File

@ -0,0 +1,5 @@
---
title: Fix hover and active state colors of award emoji button
merge_request: 25295
author:
type: fixed