diff options
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 10 |
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 | ||