Merge "Remove button styling from log in link" into wmf/1.40.0-wmf.22

This commit is contained in:
jenkins-bot 2023-02-07 21:19:54 +00:00 committed by Gerrit Code Review
commit 7276a5928e

View file

@ -380,8 +380,6 @@ class Hooks implements
$content_navigation[$overflow]['createaccount'] = array_merge(
$content_navigation['user-menu']['createaccount'], [
'id' => 'pt-createaccount-2',
// T312157: Style the userpage link as a blue link rather than a quiet button.
'button' => false,
'collapsible' => true,
// Remove icon
'icon' => '',
@ -391,7 +389,6 @@ class Hooks implements
$content_navigation[$overflow]['login'] = array_merge(
$content_navigation['user-menu']['login'], [
'id' => 'pt-login-2',
'button' => true,
'collapsible' => true,
// Remove icon
'icon' => '',