[ACS-7331] - Angular 15 - Edit aspects modal [ACA]

This commit is contained in:
Jacek Pluta
2024-03-29 00:13:01 +01:00
committed by MichalKinas
parent 58a5d6b293
commit 73b83137cc

View File

@@ -8,7 +8,8 @@
@include rounded-outline;
}
.mat-ripple, .mdc-icon-button__ripple {
.mat-ripple,
.mdc-icon-button__ripple {
display: none;
}
@@ -29,6 +30,10 @@
}
}
.mdc-checkbox__ripple {
display: none;
}
.mat-mdc-form-field-focus-overlay {
background-color: transparent;
}