[ACA-4712] disallow using important for styles (#3368)

* ACA-4712 Added rule to prevent using important for styles

* ACA-4712 Removed important from some global styles and from manage rule component

* ACA-4712 Removed important from rest global and theme styles

* ACA-4712 Removed usages of important from styles for components
This commit is contained in:
AleksanderSklorz
2023-07-26 09:43:14 +02:00
committed by GitHub
parent 4019508f0f
commit 5508ff1362
18 changed files with 135 additions and 121 deletions

View File

@@ -48,10 +48,10 @@
}
.scrollable {
overflow: auto !important;
overflow: auto;
.main-content {
overflow: auto !important;
overflow: auto;
}
}
}