Jump to content

MediaWiki:Vector.css: Difference between revisions

From TwainFrame
Created page with "All CSS here will be loaded for users of the Vector skin: a.external::after { display: none !important; }"
 
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


a.external::after {
a.external {
display: none !important;
background-image: none !important;
padding: 0;
}
}

Revision as of 11:11, 10 July 2025

/* All CSS here will be loaded for users of the Vector skin */

a.external {
	background-image: none !important;
	padding: 0;
}