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

bulma-o-steps breaks the bulma select #22

Open
vaurelios opened this issue Mar 25, 2020 · 3 comments
Open

bulma-o-steps breaks the bulma select #22

vaurelios opened this issue Mar 25, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@vaurelios
Copy link

The bulma-o-steps cause the bulma select to not display the arrow at the end of select. see screenshots.

bulma-o-steps2

just comment out the bulma-o-step import

bulma-o-steps1

"bulma": "^0.8.1",
"bulma-o-steps": "^1.0.9",
@octoshrimpy
Copy link
Owner

Will take a look at this as soon as I can.

@octoshrimpy octoshrimpy added the bug Something isn't working label Dec 31, 2020
@ldonis
Copy link

ldonis commented Jan 16, 2021

The problem is in styles/utilities/mixins.sass line 144, the fix is easy just remove the border property from the mixin, however this change can broke some other components.. however in the docs I can't find a scenario where we use a select html tag to make bulma-o-steps works.

I'm going to wait a quick response from @octoshrimpy to send a PR with this fix or try another way to not override the border for select components (maybe improving the selector), @vaurelios as workaround you can comment that line while waiting for a new version.

@octoshrimpy
Copy link
Owner

@ldonis feel free to submit a PR, and I can take a look to merge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants