mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
58457f8ae8
A resources folder is the defacto-standard across mediawiki repos. Vector now mirrors those by describing where files served by ResourceLoader are located. Change-Id: Ib7d8575112e8afaaa84221a6f30a15b34b51eb24
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
@import 'mediawiki.mixins.less';
|
|
// External links
|
|
.mw-parser-output {
|
|
.external {
|
|
background-position: center right;
|
|
background-repeat: no-repeat;
|
|
.background-image-svg( 'images/external-link-ltr-icon.svg', 'images/external-link-ltr-icon.png' );
|
|
padding-right: 13px;
|
|
}
|
|
}
|