Skip to content

Commit

Permalink
Cleanup and remove unneeded commits and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-verma-gl committed Oct 14, 2024
1 parent 6412bc9 commit 7ccf667
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

&__item {
border-radius: 8px;
padding: 4px 8px 20px;
display: flex;
margin: 10px;
padding: 10px;
Expand Down
4 changes: 4 additions & 0 deletions projects/aca-content/src/lib/ui/overrides/ay11.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
top: calc(50% - 10px);
display: block;
}

& ~ .mdc-checkbox__background {
opacity: 0.57;
}
}
}

Expand Down
5 changes: 2 additions & 3 deletions projects/aca-content/src/lib/ui/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@include mat.core;

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

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

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

Expand Down

0 comments on commit 7ccf667

Please sign in to comment.