Topic on Skin talk:Citizen

Summary by Alistair3149

Style is not used by Citizen, but solution is provided.

Leranjun (talkcontribs)

Hey all! I remember the old version used to have an envelope icon beside mailto links; however, now it just shows up as a regular external link.

Is this feature removed? If so, is there a way to still keep it?

Alistair3149 (talkcontribs)

That is possibly a part of the MW core styles, I will look into adding it back.

Alistair3149 (talkcontribs)

It looks like it is taken out from core.

However, you can implement that through your MediaWiki:Common.css:

/* Add the external link icon to malito links */
.mw-parser-output a[href^="mailto:"].external {
	background: url( your icon link ) no-repeat right;
	/* @noflip */
	padding-right: 18px;
}
Leranjun (talkcontribs)

Hmm, it still seems to be in the source, but I'm not sure why it's not working.

Will try the solution given. Thanks a lot!

Alistair3149 (talkcontribs)

Citizen does not use core styles at all, it seems that the latest Vector has also moved away from that as well.

Leranjun (talkcontribs)

I see. Thanks a lot for the clarification!