Update hover color for horizontal dots in android dark theme

This commit is contained in:
Nick Weingartner 2018-05-03 21:39:27 -04:00 committed by Scott Nonnenberg
parent bad4681ade
commit c8be066391

View file

@ -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);
}
}
}