Update hover color for horizontal dots in android dark theme

pull/1/head
Nick Weingartner 7 years ago committed by Scott Nonnenberg
parent bad4681ade
commit c8be066391

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

Loading…
Cancel
Save