Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

button border style #591

Open
jaguarxii opened this issue Oct 3, 2024 · 1 comment
Open

button border style #591

jaguarxii opened this issue Oct 3, 2024 · 1 comment

Comments

@jaguarxii
Copy link

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:

btnNo: {
    text: "No",
    btnClass: "button is-brand-main is-outlined", keys: ["escape"],
},

image

By disabling the "border" rule from developer tools, the button shows ok

image

I already try to override its definition by using initial/inherit/unset, none of them worked as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jaguarxii and others