Topic: Disabled Checkboxes aren't correct if a skin is used
cdenby
pro
asked 5 years ago
If a checkbox is checked but is disabled and you have a Navy Blue Skin enabled, the checkmark itself is not visually disabled:
This is from the inspector - line 11723 overrules line 7315 and my disabled checks look the same as my enabled checks.
:hov
.cls
mdb.css:11723
.navy-blue-skin input[type=checkbox]:checked + label:before {
border-right: 2px solid #309e9e;
border-bottom: 2px solid #309e9e;
}
mdb.css:7315
[type="checkbox"]:checked:disabled + label:before {
border-right: 2px solid rgba(0, 0, 0, 0.46);
border-bottom: 2px solid rgba(0, 0, 0, 0.46);
}
Add comment
Marta Wierzbicka
staff
answered 5 years ago
Hi,
it is bug in our css code. Could you send me message to m.szymanska@mdbootstrap.com and I will help you.
Best,
Marta
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Specification of the issue
- User: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No