Skip to content

Commit

Permalink
fix: remove unnecessary global operator
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Feb 16, 2024
1 parent 0407bdf commit 583daca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pagination/src/page-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const PageControls = ({
padding-inline-end: 0;
margin-inline-start: ${spacers.dp4};
}
div :global(.navigator-icon:dir(rtl)) {
div .navigator-icon:dir(rtl) {
transform: rotate(180deg);
}
`}</style>
Expand Down

0 comments on commit 583daca

Please sign in to comment.