Skip to content

Commit

Permalink
Don't show external link icon for javascript links
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen committed Mar 26, 2019
1 parent 9f8b097 commit 568140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/atum/scss/blocks/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ caption {
}

// extern links with icons
a[href*="//"]:before {
a[href*="//"]:not([href*="javascript://"]):before {
font: normal normal normal 14px/1 FontAwesome;
content: "\f08e ";
}
Expand Down

0 comments on commit 568140d

Please sign in to comment.