aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-06-07 11:44:43 +0200
committerChocobozzz <me@florianbigard.com>2019-06-07 11:44:43 +0200
commite5b432e04e6aa967fdea38ce38de959cdcc22b4d (patch)
tree64ade843738363fd68acdd8883a25f3beba92b46 /client/src/app/menu
parent4adf26735fae8caeb8172c909afd0f3ca32d695f (diff)
downloadPeerTube-e5b432e04e6aa967fdea38ce38de959cdcc22b4d.tar.gz
PeerTube-e5b432e04e6aa967fdea38ce38de959cdcc22b4d.tar.zst
PeerTube-e5b432e04e6aa967fdea38ce38de959cdcc22b4d.zip
Fix black theme on some screens
Diffstat (limited to 'client/src/app/menu')
-rw-r--r--client/src/app/menu/menu.component.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index fa9a006af..06baa52d3 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -75,22 +75,22 @@ menu {
75 .logged-in-more { 75 .logged-in-more {
76 margin-right: 20px; 76 margin-right: 20px;
77 77
78 my-global-icon { 78 my-global-icon.dropdown-toggle {
79 @include apply-svg-color(var(--mainBackgroundColor));
80
81 cursor: pointer; 79 cursor: pointer;
82 80
83 &::after { 81 &::after {
84 border: none; 82 border: none;
85 } 83 }
84
85 /deep/ {
86 @include apply-svg-color(var(--menuForegroundColor));
87 }
86 } 88 }
87 89
88 .dropdown-item { 90 .dropdown-item {
89 @include dropdown-with-icon-item; 91 @include dropdown-with-icon-item;
90 92
91 my-global-icon { 93 my-global-icon {
92 @include apply-svg-color(var(--mainForegroundColor));
93
94 width: 22px; 94 width: 22px;
95 height: 22px; 95 height: 22px;
96 96