aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/AppMenuEntry.vue
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/components/AppMenuEntry.vue')
-rw-r--r--core/src/components/AppMenuEntry.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/components/AppMenuEntry.vue b/core/src/components/AppMenuEntry.vue
index a16962ca0ef..aada0c63930 100644
--- a/core/src/components/AppMenuEntry.vue
+++ b/core/src/components/AppMenuEntry.vue
@@ -129,5 +129,9 @@ defineProps<{
.app-menu-entry--active::before {
opacity: 0;
}
+
+ .app-menu-icon__unread {
+ opacity: 0;
+ }
}
</style>