Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Loading border-color is the same when colorize with .button.is-outlined:focus state. #1979

Labels

Comments

@nakorndev
Copy link

This is about Bulma.

Overview of the problem

This is about the Bulma CSS framework
I'm using Bulma version [0.7.1]

Description

Sorry for my English.

After I submit form the .is-loading will append to .button.is-outlined. The spinner will show the same color as button. This code is fixed for me but I don't know how to contribute also, I'm not good with sass. Please someone pull request for next version.

.button.is-outlined:focus.is-loading::after {
  border-color: transparent transparent $white $white !important;
}

Steps to Reproduce

Can I send as GIF link? I think it's easy to see the problem: https://gfycat.com/ScaredForkedCollardlizard

Expected behavior

Show the white color when the button is on :focus state

Actual behavior

Show the same color of background-color. Then they is no spinner shown.

@multiplehats
Copy link

+1

@stale
Copy link

stale bot commented May 16, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment