Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css disabled cursor not allowed

li.disabled {
  cursor: not-allowed;
}
li.disabled a {
  pointer-events: none;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #disabled #cursor #allowed
ADD COMMENT
Topic
Name
9+5 =