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
I'm submitting a ... (check one with "x")
[ ] bug report
[X] feature request
[ ] support request
Expected behavior:
I am using bulma.io (css framework) and some styles are not applied to buttons because of its predefined border style border: none;.
Is it possible to remove this rule specification from the CSS definition?
Steps to reproduce:
for instance, the css framework i Am using has an "outlined" style, which is not working because the "border: none" prevents it
The following code should show an outlined button, but shows "no border"
jquery-confirm version:
v3.3.4
I'm submitting a ... (check one with "x")
[ ] bug report
[X] feature request
[ ] support request
Expected behavior:
I am using bulma.io (css framework) and some styles are not applied to buttons because of its predefined border style
border: none;
.Is it possible to remove this rule specification from the CSS definition?
Steps to reproduce:
for instance, the css framework i Am using has an "outlined" style, which is not working because the "border: none" prevents it
The following code should show an outlined button, but shows "no border"
Related code:
By disabling the "border" rule from developer tools, the button shows ok
I already try to override its definition by using initial/inherit/unset, none of them worked as expected
The text was updated successfully, but these errors were encountered: