Topic: how to remove round glow from active checkbox?
Michał Duszak staff answered 4 years ago
You can do this by applying styles to after and before element of input
.form-check-input::after, .form-check-input::before {
display: none;
}
Snippet of this: https://mdbootstrap.com/snippets/standard/m-duszak/2961615#css-tab-view
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Standard
- MDB Version: 3.2.0
- Device: Any
- Browser: Any
- OS: Any
- Provided sample code: No
- Provided link: No