Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Pagination in hero gets wrong color #2441

Comments

@domiSchenk
Copy link

This is about Bulma.

Overview of the problem

This is about the Bulma CSS framework

I'm using Bulma version [0.7.4]
My browser is: Google Chrome

I am sure this issue is not a duplicate

Description

When using Pagination in a Hero that is using .is-white .is-warning or .is-light
the color of .is-current is black.

Steps to Reproduce

jsbin:
https://jsbin.com/vohezehute/edit?html,output
=> layout/hero.sass line 20-22

Expected behavior

Color of .is-current item should be white when using default colors.

Actual behavior

Color of .is-current is black and does not looks good.

ehne added a commit to ehne/bulma that referenced this issue May 17, 2019
Make sure that active pagination text is not drawn in black.
@ehne
Copy link
Contributor

ehne commented May 17, 2019

hello @domiSchenk
PR #2476 should fix this issue.

jgthms pushed a commit that referenced this issue May 18, 2019
Make sure that active pagination text is not drawn in black.
@domiSchenk
Copy link
Author

thanks for the fix

# for free to join this conversation on GitHub. Already have an account? # to comment