From c59c3b5c1f8fba38d6b2e4bfd19714cb1f75ba85 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Tue, 10 May 2022 16:47:48 +0200 Subject: Migrate to static icons colours MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/encryption/css/settings-personal.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/encryption') diff --git a/apps/encryption/css/settings-personal.scss b/apps/encryption/css/settings-personal.scss index d9846cc77f6..f7892c001df 100644 --- a/apps/encryption/css/settings-personal.scss +++ b/apps/encryption/css/settings-personal.scss @@ -2,14 +2,14 @@ This file is licensed under the Affero General Public License version 3 or later. See the COPYING-README file. */ -#encryptAllError -, #encryptAllSuccess -, #recoveryEnabledError -, #recoveryEnabledSuccess { +#encryptAllError, +#encryptAllSuccess, +#recoveryEnabledError, +#recoveryEnabledSuccess { display: none; } /* icons for sidebar */ .nav-icon-basic-encryption-module { - @include icon-color('app', 'encryption', $color-black); + background-image: var(--icon-encryption-dark); } \ No newline at end of file -- cgit v1.2.3