From 330853765d0c6e0c44537ff890f44bb08453657a Mon Sep 17 00:00:00 2001 From: bwang Date: Tue, 30 May 2023 11:24:10 -0500 Subject: [PATCH] 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 --- lib/jquery.uls/css/jquery.uls.css | 1 - resources/css/ext.uls.pt.less | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/jquery.uls/css/jquery.uls.css b/lib/jquery.uls/css/jquery.uls.css index e15799dc..bf5d2668 100644 --- a/lib/jquery.uls/css/jquery.uls.css +++ b/lib/jquery.uls/css/jquery.uls.css @@ -1,6 +1,5 @@ .uls-trigger { background: url( ../images/language.svg ) no-repeat left center; - padding-left: 24px; } .uls-menu { diff --git a/resources/css/ext.uls.pt.less b/resources/css/ext.uls.pt.less index 6138b943..1085cb77 100644 --- a/resources/css/ext.uls.pt.less +++ b/resources/css/ext.uls.pt.less @@ -24,7 +24,6 @@ background: no-repeat url( ../../lib/jquery.uls/images/language.svg ) left center; // Let the SVG image fit without cropping or stretch background-size: contain; - padding-left: 24px; } /* stylelint-disable indentation, selector-max-id */