mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
Merge "Fix specificity of widespread .external
selector"
This commit is contained in:
commit
4efa75aa7f
|
@ -136,11 +136,10 @@ pre,
|
|||
}
|
||||
|
||||
// External links
|
||||
.mw-parser-output {
|
||||
.external {
|
||||
background-image: url( images/external-link-ltr-icon.svg );
|
||||
background-position: center right;
|
||||
background-repeat: no-repeat;
|
||||
padding-right: 13px;
|
||||
}
|
||||
// Use of `a` element selector due to its widespread usage and for limiting generic class scope.
|
||||
.mw-parser-output a.external {
|
||||
background-image: url( images/external-link-ltr-icon.svg );
|
||||
background-position: center right;
|
||||
background-repeat: no-repeat;
|
||||
padding-right: 13px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue