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

disabled buttons style radio-group displays the checked option as not checked #7192

Open
magical-l opened this issue Jan 8, 2024 · 0 comments

Comments

@magical-l
Copy link
Contributor

Describe the bug

disabled buttons style radio-group displays the checked option as not checked, as the snapshot shows (the 'and' is the checked option by v-model):

image

because the 'disabled' makes the tag losses the 'background-color' in this css section:

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

Expected behavior

displays the checked option more clear than the non checked ones

Versions

Libraries:

  • BootstrapVue: 2.18.1
  • Bootstrap: 4.5.3
  • Vue: 2.6.12

Environment:

  • Device: pc
  • OS: windows 11
  • Browser: edge
  • Version: 120.0.2210.91
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

1 participant