bulma-o-steps icon indicating copy to clipboard operation
bulma-o-steps copied to clipboard

bulma-o-steps breaks the bulma select

Open vaurelios opened this issue 5 years ago • 3 comments

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",

vaurelios avatar Mar 25 '20 13:03 vaurelios

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

octoshrimpy avatar Dec 31 '20 06:12 octoshrimpy

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.

ldonis avatar Jan 16 '21 23:01 ldonis

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

octoshrimpy avatar Jan 18 '21 20:01 octoshrimpy