summaryrefslogtreecommitdiffstats
path: root/src/components/AppNavigation/RootNavigation.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AppNavigation/RootNavigation.vue')
-rw-r--r--src/components/AppNavigation/RootNavigation.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/AppNavigation/RootNavigation.vue b/src/components/AppNavigation/RootNavigation.vue
index 232b9473..9f98dfb4 100644
--- a/src/components/AppNavigation/RootNavigation.vue
+++ b/src/components/AppNavigation/RootNavigation.vue
@@ -490,7 +490,7 @@ $caption-padding: 22px;
#newcircle {
margin-top: $caption-padding;
- ::v-deep a {
+ :deep(a) {
color: var(--color-text-maxcontrast)
}
}
@@ -499,10 +499,10 @@ $caption-padding: 22px;
margin: 0 $caption-padding;
}
-.app-navigation__collapse ::v-deep a {
+.app-navigation__collapse :deep(a) {
color: var(--color-text-maxcontrast)
}
-::v-deep .settings-button__label {
+:deep(.settings-button__label) {
opacity: .7;
font-weight: bold;
}