mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -8,7 +8,7 @@ $background: map-get($custom-theme, background);
|
||||
$data-table-thumbnail-width: 35px;
|
||||
$data-table-cell-min-width: 150px;
|
||||
$data-table-cell-min-width-no-grow: 120px;
|
||||
$data-table-cell-min-width-file-size: 110px !important;
|
||||
$data-table-cell-min-width-file-size: 110px;
|
||||
|
||||
// Upload drag
|
||||
$adf-upload-dragging-color: unset;
|
||||
|
Reference in New Issue
Block a user