How to disable click on a Label with just CSS March 8, 2017February 9, 2019 by dan Leave a Comment pointer-events:none; display:block; Display block is required if the label contains other block level elements.