achorg / DH-Answers-Archive

Archive version of the DH Q&A website acquired via Wayback Machine in early 2020
https://dhanswers.ach.org/
2 stars 1 forks source link

Disable dynamic/php links #4

Closed rlskoeser closed 4 years ago

rlskoeser commented 4 years ago

Hopefully this can be done with some local css filtering on "php" in the href.

Something like these styles:

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}