Skip to content

Commit

Permalink
removing not needed CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Nov 29, 2021
1 parent a7c4481 commit 64fe5b9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/block-library/src/query-pagination/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ $pagination-margin: 0.5em;
}

// Non-clickeable previous and next elements are not visible
>span.wp-block-query-pagination-next,
>span.wp-block-query-pagination-previous {
> span.wp-block-query-pagination-next,
> span.wp-block-query-pagination-previous {
visibility: hidden;
}

Expand All @@ -45,7 +45,4 @@ $pagination-margin: 0.5em;
}
}

&.aligncenter {
justify-content: center;
}
}

0 comments on commit 64fe5b9

Please sign in to comment.