From bd4cba9d11e5cceb37b5cabc64d7573239caaf87 Mon Sep 17 00:00:00 2001 From: Kristina Date: Wed, 24 Jan 2024 20:43:51 +0400 Subject: [PATCH] Fix double hover (#4431) Signed-off-by: Kristina Fefelova --- .../components/inbox/CommonInboxNotificationPresenter.svelte | 4 ---- 1 file changed, 4 deletions(-) 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 {