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 1.0.0
My browser is: firefox
This is a Sass issue: I'm using version 1.0.0
I am sure this issue is not a duplicate
Description
When a button is outlined and rounded the width of the button changes on hover causing the content to jump.
This is only an issue when both modifiers are present on the button. A normal outlined button does not jump.
Steps to Reproduce
<buttonclass="button is-outlined is-rounded" onclick="alert('I love bulma')">
I have a bug
</button>
Expected behavior
border should expand inwards without changing the width of the button.
Actual behavior
button gets wider when hovered than it's none-hovered version.
The text was updated successfully, but these errors were encountered:
This is about Bulma.
Overview of the issue
This is about the Bulma CSS framework
I'm using Bulma version 1.0.0
My browser is: firefox
This is a Sass issue: I'm using version 1.0.0
I am sure this issue is not a duplicate
Description
When a button is outlined and rounded the width of the button changes on hover causing the content to jump.
Steps to Reproduce
Expected behavior
border should expand inwards without changing the width of the button.
Actual behavior
button gets wider when hovered than it's none-hovered version.
The text was updated successfully, but these errors were encountered: