Merge "styles: Set `background-repeat: no-repeat` for menu tabs"

This commit is contained in:
jenkins-bot 2022-08-04 12:10:25 +00:00 committed by Gerrit Code Review
commit 6a92bad382
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@
// since they both appear beside each other in the article toolbar.
& > a,
.vector-menu-heading {
// Extensions like ProofreadPage insert images to the tabs, see T314028.
background-repeat: no-repeat;
display: inline-flex;
position: relative;
// Top & bottom padding to increase clickable area.