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
Button elements with the class combination of 'button' and 'navbar-burger' have border radius.
Description
This was discussed in #1515, but their workaround was to remove the 'button' class and use a <div> tag. This workaround is not sufficient for all cases, because you lose access to modifiers like 'is-primary'.
A solution is to remove the border radius from 'navbar-burger', so it can be safely used in combination with 'button'.
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is about Bulma.
Overview of the problem
Button elements with the class combination of 'button' and 'navbar-burger' have border radius.
Description
This was discussed in #1515, but their workaround was to remove the 'button' class and use a <div> tag. This workaround is not sufficient for all cases, because you lose access to modifiers like 'is-primary'.
A solution is to remove the border radius from 'navbar-burger', so it can be safely used in combination with 'button'.
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: