From 0a47c667d83443e93c1fafcf57b9ba677b520a01 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 31 Aug 2021 09:17:24 -0700 Subject: [PATCH] Skin style for ULS no longer needed Fixes upstream in ULS (Ie9e30af5468aea9803d77c9a36e480ba2b2e86a0) mean these are no longer necessary Bug: T289630 Change-Id: I1edee874a42b070bc319648496ae80a01b6365fb --- skin.json | 1 - skinStyles/ext.uls.pt.less | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 skinStyles/ext.uls.pt.less diff --git a/skin.json b/skin.json index 9db1adae4..012d42d3d 100644 --- a/skin.json +++ b/skin.json @@ -229,7 +229,6 @@ "ResourceModuleSkinStyles": { "vector": { "+ext.echo.styles.alert": "skinStyles/ext.echo.styles.alert.less", - "+ext.uls.pt": "skinStyles/ext.uls.pt.less", "jquery.tipsy": "skinStyles/jquery.tipsy.less", "jquery.ui": [ "skinStyles/jquery.ui/jquery.ui.core.css", diff --git a/skinStyles/ext.uls.pt.less b/skinStyles/ext.uls.pt.less deleted file mode 100644 index 00fcfc07a..000000000 --- a/skinStyles/ext.uls.pt.less +++ /dev/null @@ -1,11 +0,0 @@ -// Add padding around uls trigger when in user links. -// !important as we always want to add extra margin when the uls trigger is inside the user links. -// Using !important is cleaner than having to rely on specificity. -.vector-user-links { - .uls-trigger { - // stylelint-disable-next-line declaration-no-important - margin-left: 12px !important; - // stylelint-disable-next-line declaration-no-important - margin-right: 12px !important; - } -}