diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 08101f3773a3..4be819246759 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -227,7 +227,9 @@ $text-dark: #CCCCCC; .icon { @include color-svg('/images/down.svg', black); } - + .icon:hover { + background-color: white; + } &.new-messages { background-color: $blue; .icon {