From 73261c56a67b3c08ecf774d460de625eb29c4294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 8 Jul 2021 11:05:38 +0200 Subject: [PATCH] Fix icon-contacts-dark MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- css/icons.scss | 10 +++++++++- src/components/ContactDetails.vue | 4 ++-- src/components/MemberList.vue | 4 ++-- src/components/Properties/PropertyGroups.vue | 2 +- src/files-action.js | 2 +- templates/main.php | 2 +- 6 files changed, 16 insertions(+), 8 deletions(-) diff --git a/css/icons.scss b/css/icons.scss index 15d5df34..fcc5cafc 100644 --- a/css/icons.scss +++ b/css/icons.scss @@ -33,7 +33,15 @@ @include icon-black-white('sync', 'contacts', 2); @include icon-black-white('recent-actors', 'contacts', 1); @include icon-black-white('circles', 'contacts', 1); -@include icon-black-white('contacts', 'contacts', 1); + +.icon-contacts { + &-dark { + @include icon-color('contacts', 'contacts', $color-black); + } + &-white { + @include icon-color('contacts', 'contacts', $color-white); + } +} // social network icons: @include icon-black-white('facebook', 'contacts', 2); // “facebook (fab)” by fontawesome.com is licensed under CC BY 4.0. (https://fontawesome.com/icons/facebook?style=brands) diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue index f22c73c1..489e01f2 100644 --- a/src/components/ContactDetails.vue +++ b/src/components/ContactDetails.vue @@ -23,7 +23,7 @@