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:
Ed Sanders 2023-04-24 15:08:14 +01:00
parent 1add952042
commit fec0f4ecf5

View file

@ -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;
}