Not sure whether it is intended but I can see a small box at the top of the link made popup enabled. Also, on hover it shows underline whereas I am only showing an icon as link and not text. Screenshot attached.

CommentFileSizeAuthor
popup.JPG1.32 KBchandrabhan

Comments

chandrabhan’s picture

Found out that piece of code is adding the extra character:

a.popups-processed:after {
  content: "\25A1";
  vertical-align: super;
  font-size: smaller; 
}

Is this necessary for functionality to work?