diff --git a/stylesheets/android-dark.scss b/stylesheets/android-dark.scss index 61cfc710384..d9644e35393 100644 --- a/stylesheets/android-dark.scss +++ b/stylesheets/android-dark.scss @@ -345,4 +345,10 @@ $text-dark_l2: darken($text-dark, 30%); background-color: $grey-dark_l2; } } + + .dots-horizontal-icon { + &:hover { + @include color-svg('../images/dots-horizontal.svg', $grey_l); + } + } }