mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5570][ADF-5571]Removed important property from 'toolbar.component.scss' and 'pagination.component.scss' in ADF (#9134)
* [ADF-5570][ADF-5571]Removed the important * [ci:force]
This commit is contained in:
@@ -74,7 +74,7 @@ $adf-pagination-empty-border: none !default;
|
||||
}
|
||||
|
||||
&__page-selector {
|
||||
max-height: 250px !important;
|
||||
max-height: 250px;
|
||||
}
|
||||
|
||||
&.adf-pagination__empty {
|
||||
|
@@ -29,7 +29,7 @@
|
||||
&.adf-toolbar--inline {
|
||||
.mat-toolbar {
|
||||
background-color: inherit;
|
||||
border: none !important;
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user