diff options
Diffstat (limited to 'core/src/components/AppMenuEntry.vue')
-rw-r--r-- | core/src/components/AppMenuEntry.vue | 4 |
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> |