Merge "Make editsection icon part of first editsection link"

isekai
jenkins-bot 6 years ago committed by Gerrit Code Review
commit 3aea4b0e99

@ -20,4 +20,13 @@
}
}
}
.client-nojs,
.ve-not-available {
.mw-editsection a {
// make the icon part of the link
padding-left: 20px;
margin-left: -20px;
}
}
}

@ -379,6 +379,12 @@ a.mw-selflink {
display: inline-block;
padding: 0.5em 0 0.25em;
margin-right: 1em;
&:first-of-type {
// make the icon part of the first link
padding-left: 20px;
margin-left: -20px;
}
}
}

Loading…
Cancel
Save