From be34f71a00889e9cd9aec71c5c31d20ea6b17789 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Thu, 4 Nov 2021 21:21:39 +0100 Subject: [PATCH] fix bookmarks not being visible --- src/styles/ContextMenu.scss | 1 + src/styles/main.scss | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/styles/ContextMenu.scss b/src/styles/ContextMenu.scss index 7ff1135..86fa8b3 100644 --- a/src/styles/ContextMenu.scss +++ b/src/styles/ContextMenu.scss @@ -6,6 +6,7 @@ padding: 8px; &::before { + z-index: -1; content: ""; position: absolute; inset: 0px; diff --git a/src/styles/main.scss b/src/styles/main.scss index 306e270..4aebe39 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1178,10 +1178,6 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container { background-color: spiceColor("selected-row", 0.3); } -.bookmark-filter { - color: spiceColor(main) !important; -} - /* 1.1.56 */ .main-navBar-navBar { width: var(--sidebar-width) !important;