You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about the Bulma CSS framework
I'm using Bulma version 0.9.3
My browser is: Safari 15.4
Description
Buttons that use the disabled attribute, in conjunction with is-info/is-success/is-warning/is-danger class are white (so invisible on a white background) but respond correctly when hovered.
Adding an additional class, such as is-light/is-inverted or removing the is-success class results in the disabled button being displayed as expected.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version 0.9.3
My browser is: Safari 15.4
Description
Buttons that use the
disabled
attribute, in conjunction withis-info
/is-success
/is-warning
/is-danger
class are white (so invisible on a white background) but respond correctly when hovered.Adding an additional class, such as
is-light
/is-inverted
or removing theis-success
class results in the disabled button being displayed as expected.Steps to Reproduce
Create a page with a disabled button.
Render page in Safari
Observe disabled button is rendered in white
Expected behavior
Buttons using the
disabled
attribute, in conjunction withis-success
class, should be rendered with the correct colouring but disabledActual behavior
Buttons using the
disabled
attribute, in conjunction withis-success
class, are white (so invisible on a white background)The text was updated successfully, but these errors were encountered: