Remove button styling from log in link

Bug: T289212
Change-Id: If0181aa07cf30ffa6e67a73a983b23be4d6a7064
This commit is contained in:
bwang 2023-02-07 09:55:27 -06:00 committed by Bernard Wang
parent 766249492f
commit c6f1153bcc

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' => '',