Skip to content

Commit

Permalink
[ACS-6150] style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-web-ua committed Mar 13, 2024
1 parent ed942f0 commit 3a18fbf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
overflow-wrap: anywhere;
padding: 5px 0;
font-size: 14px;
background-color: inherit;
color: inherit;

&:hover {
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ <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,4 +2,9 @@ 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);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ adf-tags-creator {
font-size: 14px;
height: auto;
width: unset;
background-color: inherit;
color: inherit;

&:hover {
cursor: pointer;
Expand Down

0 comments on commit 3a18fbf

Please sign in to comment.