mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 22:13:34 +00:00
Remove padding override from active external links
Since this was written, the specificity of the selector it was overriding has increased, so isn't required any more. Bug: T335292 Change-Id: Ib3494524f6ddfc2ea59d6d3d13a1a90138cd84af
This commit is contained in:
parent
1add952042
commit
fec0f4ecf5
|
@ -16,13 +16,8 @@
|
|||
padding: 2px !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
|
||||
/*
|
||||
* .ve-ce-linkAnnotation.ve-ce-annotation-active has as higher specificity
|
||||
* than .external, so we need to re-override right padding
|
||||
*/
|
||||
/* 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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue