From 48b1a66a7b72add0372a66e1df856f185d3df5d9 Mon Sep 17 00:00:00 2001 From: DorraJaouad Date: Tue, 31 Oct 2023 17:12:19 +0100 Subject: [PATCH] fix(LeftSidebar): revert styles Signed-off-by: DorraJaouad --- src/components/LeftSidebar/LeftSidebar.vue | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index eef5b370f2d..b34d9f312c9 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -1025,13 +1025,8 @@ export default { padding: 0 !important; } -// FIXME upstream https://github.com/nextcloud-libraries/nextcloud-vue/issues/4625 -:deep(.list-item__wrapper--active) { - .list-item:hover, - .list-item:focus, - .list-item:focus-visible, - .list-item:active { - background-color: var(--color-primary-element-hover); - } +:deep(.list-item) { + overflow: hidden; + outline-offset: -2px; }