diff --git a/app/assets/images/heart-plus.svg b/app/assets/images/heart-plus.svg index a773d011c..fdb2f00d3 100644 --- a/app/assets/images/heart-plus.svg +++ b/app/assets/images/heart-plus.svg @@ -1,3 +1,10 @@ - - + + + + + + + + + diff --git a/app/assets/stylesheets/views/article.scss b/app/assets/stylesheets/views/article.scss index 825d53a31..aa3f5e8c8 100644 --- a/app/assets/stylesheets/views/article.scss +++ b/app/assets/stylesheets/views/article.scss @@ -262,6 +262,11 @@ } } +.reaction-drawer .crayons-reaction:hover { + background-color: var(--body-bg); + border-radius: 20px; +} + .user-animated { .crayons-reaction__icon { position: relative;