diff --git a/plugins/notification-resources/src/components/inbox/CommonInboxNotificationPresenter.svelte b/plugins/notification-resources/src/components/inbox/CommonInboxNotificationPresenter.svelte
index 3d26f76b55..0c99bcb277 100644
--- a/plugins/notification-resources/src/components/inbox/CommonInboxNotificationPresenter.svelte
+++ b/plugins/notification-resources/src/components/inbox/CommonInboxNotificationPresenter.svelte
@@ -179,10 +179,6 @@
     &:hover > .actions {
       visibility: visible;
     }
-
-    &:hover {
-      background-color: var(--highlight-hover);
-    }
   }
 
   .header {