how to remove round glow from active checkbox?


Topic: how to remove round glow from active checkbox?

pawled asked 3 years ago

How to remove this feature?glow


Michał Duszak staff answered 3 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


Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue
  • 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