octoshrimpy / bulma-o-steps

In-depth Steps component for Bulma.io
https://octoshrimpy.github.io/bulma-o-steps
GNU General Public License v3.0
84 stars 35 forks source link

bulma-o-steps breaks the bulma select #22

Open vaurelios opened 4 years ago

vaurelios commented 4 years ago

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 commented 3 years ago

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

ldonis commented 3 years ago

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 commented 3 years ago

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