summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index f8ab62abd..c3ff93aa3 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -936,10 +936,4 @@ export default {
padding: 0 !important;
}
-:deep(.list-item:focus, .list-item:focus-visible) {
- z-index: 1;
- border: 2px solid var(--color-primary-element);
- padding : 6px;
- outline: none; // Remove the default outline
-}
</style>