bulma icon indicating copy to clipboard operation
bulma copied to clipboard

Bulma V1.0.0 disabled is-outlined button bug

Open merubird opened this issue 5 months ago • 6 comments

This is about Bulma.

Overview of the problem

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

Description

if I use a disabled button in the style is-outlined is displayed wrong: button_disabled

Steps to Reproduce

<button class="button is-danger is-outlined" disabled="">Outlined </button>

merubird avatar Mar 24 '24 08:03 merubird

I have the same problem, the disabled is-outlined button has a wrong text color so the label is invisible.

tonprince avatar Apr 05 '24 02:04 tonprince

I created a PR.

https://github.com/jgthms/bulma/pull/3773

tonprince avatar Apr 05 '24 02:04 tonprince