[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:
Yasa-Nataliya
2023-12-05 09:25:43 +05:30
committed by GitHub
parent 185ae4e6ba
commit a3fa0f316b
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ $adf-pagination-empty-border: none !default;
}
&__page-selector {
max-height: 250px !important;
max-height: 250px;
}
&.adf-pagination__empty {

View File

@@ -29,7 +29,7 @@
&.adf-toolbar--inline {
.mat-toolbar {
background-color: inherit;
border: none !important;
border: none;
padding: 0;
}
}