aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/menu/menu.component.scss10
-rw-r--r--client/src/app/shared/buttons/action-dropdown.component.scss4
-rw-r--r--client/src/app/shared/instance/instance-features-table.component.scss3
3 files changed, 11 insertions, 6 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
diff --git a/client/src/app/shared/buttons/action-dropdown.component.scss b/client/src/app/shared/buttons/action-dropdown.component.scss
index 5073190b0..7c2b0db71 100644
--- a/client/src/app/shared/buttons/action-dropdown.component.scss
+++ b/client/src/app/shared/buttons/action-dropdown.component.scss
@@ -32,6 +32,10 @@
32 32
33 .more-icon { 33 .more-icon {
34 width: 21px; 34 width: 21px;
35
36 /deep/ {
37 @include apply-svg-color(var(--mainForegroundColor));
38 }
35 } 39 }
36 40
37 &.small { 41 &.small {
diff --git a/client/src/app/shared/instance/instance-features-table.component.scss b/client/src/app/shared/instance/instance-features-table.component.scss
index 90fbb5c94..f9bec038d 100644
--- a/client/src/app/shared/instance/instance-features-table.component.scss
+++ b/client/src/app/shared/instance/instance-features-table.component.scss
@@ -3,6 +3,7 @@
3 3
4table { 4table {
5 font-size: 14px; 5 font-size: 14px;
6 color: var(--mainForegroundColor);
6 7
7 .label { 8 .label {
8 font-weight: $font-semibold; 9 font-weight: $font-semibold;
@@ -16,4 +17,4 @@ table {
16 .glyphicon-remove { 17 .glyphicon-remove {
17 color: $red; 18 color: $red;
18 } 19 }
19} \ No newline at end of file 20}