Skip to content

Commit

Permalink
[@mantine/core] Pagination: Fix incorrect disabled styles when contro…
Browse files Browse the repository at this point in the history
…l node is changed to link (#4578)
  • Loading branch information
ItaiAxelrad authored Aug 7, 2023
1 parent 982e772 commit 9b38a94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default createStyles(
'&[data-disabled]': {
opacity: 0.4,
cursor: 'not-allowed',
pointerEvents: 'none',
},

'&[data-active]': {
Expand Down

0 comments on commit 9b38a94

Please sign in to comment.