From 962472ad7430bafec79b8fd6b9d33acd82c3d046 Mon Sep 17 00:00:00 2001 From: DominikIwanek Date: Fri, 2 Feb 2024 11:42:32 +0100 Subject: [PATCH] [ACS-6140] - add stylelint disable to theme files --- .../dialogs/node-template/create-from-template.dialog.scss | 4 ---- .../aca-content/src/lib/ui/overrides/adf-about.theme.scss | 1 + .../src/lib/ui/overrides/adf-pagination.theme.scss | 1 + projects/aca-content/src/lib/ui/overrides/ay11.scss | 1 + projects/aca-content/src/lib/ui/theme.scss | 1 + 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.scss b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.scss index 4ca4c60273..00b3e02711 100644 --- a/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.scss +++ b/projects/aca-content/src/lib/dialogs/node-template/create-from-template.dialog.scss @@ -17,10 +17,6 @@ app-create-from-template-dialog { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - - .bold { - font-weight: 600; - } } &-field { diff --git a/projects/aca-content/src/lib/ui/overrides/adf-about.theme.scss b/projects/aca-content/src/lib/ui/overrides/adf-about.theme.scss index 8f75224ce7..6aadd8a85a 100644 --- a/projects/aca-content/src/lib/ui/overrides/adf-about.theme.scss +++ b/projects/aca-content/src/lib/ui/overrides/adf-about.theme.scss @@ -1,3 +1,4 @@ +/* stylelint-disable selector-class-pattern */ @mixin adf-about-theme($theme) { adf-about { /* custom ADF About Component Theme */ diff --git a/projects/aca-content/src/lib/ui/overrides/adf-pagination.theme.scss b/projects/aca-content/src/lib/ui/overrides/adf-pagination.theme.scss index 7501bf9bb1..e20fc65cdf 100644 --- a/projects/aca-content/src/lib/ui/overrides/adf-pagination.theme.scss +++ b/projects/aca-content/src/lib/ui/overrides/adf-pagination.theme.scss @@ -1,3 +1,4 @@ +/* stylelint-disable selector-class-pattern */ @mixin adf-pagination-theme($theme) { adf-pagination { &.adf-pagination { diff --git a/projects/aca-content/src/lib/ui/overrides/ay11.scss b/projects/aca-content/src/lib/ui/overrides/ay11.scss index 7f76cd6fa6..11403da3af 100644 --- a/projects/aca-content/src/lib/ui/overrides/ay11.scss +++ b/projects/aca-content/src/lib/ui/overrides/ay11.scss @@ -1,3 +1,4 @@ +/* stylelint-disable selector-class-pattern */ @mixin ay11-theme() { .mat-icon-button, .mat-button, diff --git a/projects/aca-content/src/lib/ui/theme.scss b/projects/aca-content/src/lib/ui/theme.scss index ec6d2e8b96..0600543ee9 100644 --- a/projects/aca-content/src/lib/ui/theme.scss +++ b/projects/aca-content/src/lib/ui/theme.scss @@ -1,3 +1,4 @@ +/* stylelint-disable selector-class-pattern */ @use '@angular/material' as mat; @import '@alfresco/adf-core/theming'; @import 'custom-theme';