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

This commit is contained in:
Jacek Pluta
2024-03-29 00:13:01 +01:00
parent 2e02562f88
commit 27f757c7cb

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;
}