Skip to content

Commit

Permalink
[ADF-5570][ADF-5571]Removed the important
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasa-Nataliya committed Dec 4, 2023
1 parent db9c3d4 commit 7c0c9b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/core/src/lib/pagination/pagination.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $adf-pagination-empty-border: none !default;
}

&__page-selector {
max-height: 250px !important;
max-height: 250px;
}

&.adf-pagination__empty {
Expand Down
2 changes: 1 addition & 1 deletion lib/core/src/lib/toolbar/toolbar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
&.adf-toolbar--inline {
.mat-toolbar {
background-color: inherit;
border: none !important;
border: none;
padding: 0;
}
}
Expand Down

0 comments on commit 7c0c9b5

Please sign in to comment.