Apply active external link fix to all skins

Change-Id: Ic66082fca53f803f9ede6c100beb9072b40a0c00
This commit is contained in:
Ed Sanders 2019-06-18 15:23:10 +01:00
parent 69ff78868f
commit 22f43207fe
3 changed files with 2 additions and 8 deletions

View file

@ -23,4 +23,6 @@
/* stylelint-disable-next-line selector-class-pattern */
.ve-ce-linkAnnotation.ve-ce-annotation-active.external {
padding-right: 13px;
/* Reset -2px from VE-core */
margin-right: 0;
}

View file

@ -12,8 +12,6 @@
/* stylelint-disable-next-line selector-class-pattern */
.mw-body a.external.ve-ce-linkAnnotation.ve-ce-annotation-active {
/* Reset -2px from VE-core */
margin-right: 0;
/* Monobook sets a background:url(); rule which overrides the colour. TODO: Fix upstream */
background-color: #e6f1ff;
}

View file

@ -29,12 +29,6 @@
margin: 0.5em 0;
}
/* stylelint-disable-next-line selector-class-pattern */
.mw-body .external.ve-ce-linkAnnotation.ve-ce-annotation-active {
/* Reset -2px from VE-core */
margin-right: 0;
}
.ve-ui-surface .ve-ui-surface-placeholder {
opacity: 1;
}