Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* save stylesheet space by styling these together */
- .md a[href^="/"]:after {
- content:"";
- display:inline-block;
- }
- /* make ALL EMOTES unclickable */
- .md a[href^="/"] {
- {
- pointer-events: none;
- }
- /* but still keep usernames & post titles that happen to end with the right thing to make the text formatted clickable */
- .md a.title, .md a.author, .md a[href^="/u/"], .md a[href^="/r/"], .md a[href^="/user/"], .md a[href^="//"]
- {
- pointer-events: auto !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement