Skip to content

Commit

Permalink
[ACS-8376] [ACA] [[Manage Rules] Multiple UI issues in create rule di…
Browse files Browse the repository at this point in the history
…alog (#3943)
  • Loading branch information
dominikiwanekhyland committed Sep 6, 2024
1 parent dbb0a26 commit 2228bb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

&__item {
border-radius: 8px;
padding: 4px 8px 20px;
display: flex;
margin: 10px;
padding: 10px;
Expand Down
6 changes: 5 additions & 1 deletion projects/aca-content/src/lib/ui/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
@include custom-theme($custom-theme);
@include mat.core;

:root {
--mdc-filled-text-field-container-color: var(--adf-theme-background-dialog-color);
}

mat-toolbar {
color: var(--adf-theme-foreground-text-color-054);
}
Expand All @@ -14,7 +18,7 @@ mat-toolbar {
color: var(--theme-secondary-text);
}

#{$mat-text-field-filled}:not(#{$mat-text-field-disabled}) {
#{$mat-text-field-filled}:not(#{$mat-text-field-disabled})#{$mat-form-field-wrapper} {
background-color: transparent;
padding: 0;
}
Expand Down

0 comments on commit 2228bb8

Please sign in to comment.