[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

@@ -18,10 +18,14 @@
background-color: var(--theme-warn-color);
}
.adf-edit-report-title {
float: left;
font-size: var(--theme-title-font-size) !important;
padding-top: 19px;
.adf-full-width-input {
width: 100%;
.adf-edit-report-title[type='text'] {
float: left;
font-size: var(--theme-title-font-size);
padding-top: 19px;
}
}
.adf-report-icon {
@@ -45,10 +49,6 @@
padding-top: 10px;
}
.adf-full-width-input {
width: 100%;
}
.adf-is-hide {
height: 0;
overflow: hidden;
@@ -59,9 +59,9 @@
border-bottom: solid 1px var(--adf-theme-foreground-divider-color);
padding-top: 10px;
.adf-toolbar-container {
border: 0 !important;
padding: 0 !important;
.adf-toolbar-container.adf-toolbar-container-row {
border: 0;
padding: 0;
}
}