From 5b4e930e860bd673f099975a0b16f163c1450bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 5 Jul 2021 10:43:33 +0200 Subject: Fix circles icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- img/circles.svg | 2 +- src/components/AppNavigation/RootNavigation.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/img/circles.svg b/img/circles.svg index caf45591..6264e746 100644 --- a/img/circles.svg +++ b/img/circles.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/AppNavigation/RootNavigation.vue b/src/components/AppNavigation/RootNavigation.vue index 73ba814f..165c6d05 100644 --- a/src/components/AppNavigation/RootNavigation.vue +++ b/src/components/AppNavigation/RootNavigation.vue @@ -415,7 +415,8 @@ $caption-padding: 22px; // Change icon opacity for a better soothing visual .app-navigation-entry ::v-deep { - .app-navigation-entry-icon.icon-group { + .app-navigation-entry-icon.icon-group, + .app-navigation-entry-icon.icon-circles { opacity: .6; } } -- cgit v1.2.3