Skip to content

Commit

Permalink
[ACS-6140] - add stylelint disable to theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Feb 9, 2024
1 parent 4a5cc24 commit c0b3651
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ app-create-from-template-dialog {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

.bold {
font-weight: 600;
}
}

&-field {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* stylelint-disable selector-class-pattern */
@mixin adf-about-theme($theme) {
adf-about {
/* custom ADF About Component Theme */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* stylelint-disable selector-class-pattern */
@mixin adf-pagination-theme($theme) {
adf-pagination {
&.adf-pagination {
Expand Down
1 change: 1 addition & 0 deletions projects/aca-content/src/lib/ui/overrides/ay11.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* stylelint-disable selector-class-pattern */
@mixin ay11-theme() {
.mat-icon-button,
.mat-button,
Expand Down
1 change: 1 addition & 0 deletions projects/aca-content/src/lib/ui/theme.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* stylelint-disable selector-class-pattern */
@use '@angular/material' as mat;
@import '@alfresco/adf-core/theming';
@import 'custom-theme';
Expand Down

0 comments on commit c0b3651

Please sign in to comment.