aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/AppMenu.vue
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/components/AppMenu.vue')
-rw-r--r--core/src/components/AppMenu.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/src/components/AppMenu.vue b/core/src/components/AppMenu.vue
index 012757e155a..888a106ed05 100644
--- a/core/src/components/AppMenu.vue
+++ b/core/src/components/AppMenu.vue
@@ -161,7 +161,7 @@ $header-icon-size: 20px;
width: 12px;
height: 5px;
border-radius: 3px;
- background-color: var(--color-primary-text);
+ background-color: var(--color-primary-element-text);
left: 50%;
bottom: 6px;
display: block;
@@ -178,7 +178,7 @@ $header-icon-size: 20px;
width: calc(100% - 4px);
height: calc(100% - 4px);
margin: 2px;
- color: var(--color-primary-text);
+ color: var(--color-primary-element-text);
position: relative;
}
@@ -194,7 +194,7 @@ $header-icon-size: 20px;
opacity: 0;
position: absolute;
font-size: 12px;
- color: var(--color-primary-text);
+ color: var(--color-primary-element-text);
text-align: center;
bottom: -5px;
left: 50%;
@@ -253,7 +253,7 @@ $header-icon-size: 20px;
/* Remove all background and align text color if not expanded */
&:not([aria-expanded="true"]) {
- color: var(--color-primary-text);
+ color: var(--color-primary-element-text);
&:hover {
opacity: 1;
@@ -290,7 +290,7 @@ $header-icon-size: 20px;
content: "";
width: 8px;
height: 8px;
- background-color: var(--color-primary-text);
+ background-color: var(--color-primary-element-text);
border-radius: 50%;
position: absolute;
display: block;