css, memory, web How to disable click on a Label with just CSS March 8, 2017 dan Leave a comment pointer-events:none; display:block; Display block is required if the label contains other block level elements.