You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prev and next buttons in the pagination component do not seem to apply cursor: not-allowed on hover even when the is-disabled class is set. The same behavior can be observed in the official example: https://bulma.io/documentation/components/pagination/
The prev and next buttons in the pagination component do not seem to apply cursor: not-allowed on hover even when the is-disabled class is set. The same behavior can be observed in the official example:
https://bulma.io/documentation/components/pagination/
Here is the relevant section of the official CSS file:
https://github.com/jgthms/bulma/blob/main/css/bulma.css#L3186-L3196
I couldn’t trace the SCSS file fully, so the details remain unclear. Is this the intended behavior, or could it be a bug?
I am currently using Bulma version 1.0.3 in Sass format with a Vue+Vite environment.
The text was updated successfully, but these errors were encountered: