[ACS-5575] Should use declaration-no-important rule in the stylelint-config.json file to avoid use of !important in ADF (#9302)

This commit is contained in:
jacekpluta
2024-03-11 15:33:09 +01:00
committed by GitHub
parent 6bc532abf2
commit e9dc55bca2
80 changed files with 533 additions and 565 deletions

View File

@@ -71,11 +71,11 @@ adf-start-task {
text-transform: uppercase;
}
people-widget {
people-widget.adf-people-widget-content {
width: 100%;
.mat-form-field-label-wrapper {
top: -14px !important;
top: -14px;
}
}
@@ -130,10 +130,6 @@ adf-start-task {
}
&-invalid {
.mat-form-field-underline {
background-color: #f44336 !important;
}
.adf-file {
border-color: var(--theme-warn-color);
}