mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user