Merge "Use same padding across skins for external links"

This commit is contained in:
jenkins-bot 2018-05-19 13:20:35 +00:00 committed by Gerrit Code Review
commit 862486fe2f

View file

@ -20,12 +20,6 @@
* than .external, so we need to re-override right padding
*/
/* TODO: Make these consistent across skins */
.ve-ce-linkAnnotation.ve-ce-annotation-active.external {
padding-right: 15px;
}
.skin-vector .ve-ce-linkAnnotation.ve-ce-annotation-active.external,
.skin-minerva .ve-ce-linkAnnotation.ve-ce-annotation-active.external {
padding-right: 13px;
}