Skip to content

Commit

Permalink
[ACS-6150] align styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-web-ua committed Mar 14, 2024
1 parent 3a18fbf commit bee3c92
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Binary file modified docs/docassets/images/adf-category-selector-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ <h1 mat-dialog-title>

<mat-dialog-content class="adf-dialog-content">
<adf-categories-management
[ngClass]="{'adf-list-disabled': categories.length && !multiSelect}"
(categoriesChange)="categories = $event"
[categoryNameControlVisible]="true"
[managementMode]="categoriesManagementMode"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ adf-category-selector-dialog {
.adf-dialog-content {
height: 400px;
}

.adf-list-disabled .adf-categories-list .adf-categories-management-list .adf-category {
background-color: var(--adf-theme-mat-grey-color-a200);
color: var(--adf-theme-foreground-text-color-040);
}
}

0 comments on commit bee3c92

Please sign in to comment.