diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index cbcbcd63e81..dcc1c6eb0a8 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -228,7 +228,7 @@ $text-dark: #CCCCCC; @include color-svg('/images/down.svg', black); } .icon:hover { - background-color: white; + background-color: white; } &.new-messages { @@ -236,9 +236,9 @@ $text-dark: #CCCCCC; .icon { @include color-svg('/images/down.svg', white); } - &:hover { - background-color: #1472bd; - } + &:hover { + background-color: #1472bd; + } } } }