From 11dbb601000ef9e662074ea2fee813452957b3b3 Mon Sep 17 00:00:00 2001 From: Thomas Amland Date: Sat, 27 Mar 2021 18:22:31 +0100 Subject: [PATCH] sidebar: highlight background on active and hover --- src/app/Nav.vue | 78 +++++++++++++++++------------------- src/app/Sidebar.vue | 19 ++++++++- src/playlist/PlaylistNav.vue | 14 +++---- 3 files changed, 60 insertions(+), 51 deletions(-) diff --git a/src/app/Nav.vue b/src/app/Nav.vue index 62719c8..59e872b 100644 --- a/src/app/Nav.vue +++ b/src/app/Nav.vue @@ -1,56 +1,50 @@