From cd8ffe70c814ec6ea5dcda0122ee4caff889b78b Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 15 Sep 2022 09:56:13 +0100 Subject: [PATCH] cleanup unused theming (#2624) --- angular.json | 5 ----- app/src/styles.scss | 1 - 2 files changed, 6 deletions(-) diff --git a/angular.json b/angular.json index f456d6d8d..4e059c8a6 100644 --- a/angular.json +++ b/angular.json @@ -52,11 +52,6 @@ "output": "/", "glob": "app.config.json" }, - { - "glob": "**/*", - "input": "node_modules/@alfresco/adf-core/prebuilt-themes", - "output": "/assets/prebuilt-themes" - }, { "glob": "**/*", "input": "node_modules/@alfresco/adf-core/bundles/assets", diff --git a/app/src/styles.scss b/app/src/styles.scss index 2285c6078..2eada1fc5 100644 --- a/app/src/styles.scss +++ b/app/src/styles.scss @@ -1,5 +1,4 @@ /* You can add global styles to this file, and also import other style files */ -@import '~@alfresco/adf-core/lib/prebuilt-themes/adf-blue-orange.css'; @import 'app/ui/application'; @import './app/ui/variables/font-family';