From de664aab1cd29bb0736555ffc5cb4b7192479d76 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Sat, 17 Aug 2024 17:02:39 -0400 Subject: [PATCH] =?UTF-8?q?style(misc):=20=F0=9F=8E=A8=20fix=20various=20s?= =?UTF-8?q?tylelint=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extensions/AccountInfo/ext.AccountInfo.special.less | 4 ++-- skinStyles/extensions/UserProfileV2/ext.userProfileV2.less | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/skinStyles/extensions/AccountInfo/ext.AccountInfo.special.less b/skinStyles/extensions/AccountInfo/ext.AccountInfo.special.less index 628bcf67..b8073e14 100644 --- a/skinStyles/extensions/AccountInfo/ext.AccountInfo.special.less +++ b/skinStyles/extensions/AccountInfo/ext.AccountInfo.special.less @@ -12,13 +12,13 @@ margin-bottom: 0.25em; font-size: var( --font-size-xxx-large ); font-weight: var( --font-weight-semibold ); - border-bottom: none; + border-bottom: 0; } .mw-special-AccountInfo p { width: 100%; padding: 0; - margin-bottom: none; + margin-bottom: 0; background: none; border-radius: 0; } diff --git a/skinStyles/extensions/UserProfileV2/ext.userProfileV2.less b/skinStyles/extensions/UserProfileV2/ext.userProfileV2.less index 0196f7a9..83f65975 100644 --- a/skinStyles/extensions/UserProfileV2/ext.userProfileV2.less +++ b/skinStyles/extensions/UserProfileV2/ext.userProfileV2.less @@ -17,6 +17,7 @@ .profile-user-group { color: var( --color-base--emphasized ); + /* stylelint-disable-next-line declaration-property-value-disallowed-list */ text-transform: capitalize; border-radius: var( --border-radius-base ); }