Remove padding-left from .uls-trigger

This padding appears to be unnecessary. It's overridden in Vector 2022 & legacy Vector, and doesn't seem useful in Monobook as well.
It would be helpful to remove because it overlaps with the Codex button styles

Bug: T336526
Change-Id: I6a991600f8826fbeb09c7afb0c4cea4ebfd5cdd5
This commit is contained in:
bwang
2023-05-30 11:24:10 -05:00
committed by jenkins-bot
parent 89117ac546
commit 330853765d
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
.uls-trigger { .uls-trigger {
background: url( ../images/language.svg ) no-repeat left center; background: url( ../images/language.svg ) no-repeat left center;
padding-left: 24px;
} }
.uls-menu { .uls-menu {

View File

@@ -24,7 +24,6 @@
background: no-repeat url( ../../lib/jquery.uls/images/language.svg ) left center; background: no-repeat url( ../../lib/jquery.uls/images/language.svg ) left center;
// Let the SVG image fit without cropping or stretch // Let the SVG image fit without cropping or stretch
background-size: contain; background-size: contain;
padding-left: 24px;
} }
/* stylelint-disable indentation, selector-max-id */ /* stylelint-disable indentation, selector-max-id */