X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Fmenu.component.scss;h=06baa52d371d3e6d5ac246a506702413ac951934;hb=e5b432e04e6aa967fdea38ce38de959cdcc22b4d;hp=9241e8059a0e03a1da0b5b4f50e585bc099d5ac9;hpb=a55052c9baf2952795685d3b4e5348c8cb9da70d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 9241e8059..06baa52d3 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss @@ -75,22 +75,22 @@ menu { .logged-in-more { margin-right: 20px; - my-global-icon { - @include apply-svg-color(var(--mainBackgroundColor)); - + my-global-icon.dropdown-toggle { cursor: pointer; &::after { border: none; } + + /deep/ { + @include apply-svg-color(var(--menuForegroundColor)); + } } .dropdown-item { @include dropdown-with-icon-item; my-global-icon { - @include apply-svg-color(var(--mainForegroundColor)); - width: 22px; height: 22px; @@ -225,7 +225,6 @@ menu { height: 24px; background-image: url('../../assets/images/menu/keyboard.png'); - background-color: #fff; filter: invert(100%); }