mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 01:16:30 +00:00
Apply active external link fix to all skins
Change-Id: Ic66082fca53f803f9ede6c100beb9072b40a0c00
This commit is contained in:
parent
69ff78868f
commit
22f43207fe
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue