Fix navigation more menu background for dark theme
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
654880da25
commit
b8cdc636f7
|
@ -445,7 +445,7 @@ kbd {
|
|||
.app-navigation-entry-utils-menu-button {
|
||||
/* Prevent bg img override if an icon class is set */
|
||||
button:not([class^='icon-']):not([class*=' icon-']) {
|
||||
background-image: url('../img/actions/more.svg?v=1');
|
||||
@include icon-color('more', 'actions', $color-black, 1, true);
|
||||
}
|
||||
&:hover button,
|
||||
&:focus button {
|
||||
|
|
Loading…
Reference in New Issue