diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index ce5b29aa1..1e4c13b41 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -744,6 +744,10 @@ li.entry .error-icon-container { .icon { @include color-svg('/images/down.svg', white); } + + :hover { + background-color: #1472bd; + } } } } diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 4be819246..b516ffe38 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -230,11 +230,15 @@ $text-dark: #CCCCCC; .icon:hover { background-color: white; } + &.new-messages { background-color: $blue; .icon { @include color-svg('/images/down.svg', white); } + :hover { + background-color: #1472bd; + } } } }