From fdd414d76b75f69aac8e283ca211bb1d3c6ba1f1 Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 9 Sep 2018 19:41:43 +0200 Subject: [PATCH] Added styling for current list in menu --- src/App.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 391fe6d38..3de0e2bf8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -247,7 +247,12 @@ } /* Buttons icons */ - .button .icon.is-small{ + .button .icon.is-small { margin-right: 0.05rem !important; } + + /* List active link */ + .menu-list a.router-link-active{ + background: darken(#fff, 5%); + }