Update hover color for horizontal dots in android dark theme
This commit is contained in:
parent
bad4681ade
commit
c8be066391
1 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue