mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 01:09:20 +00:00
Remove button styling from log in link
Bug: T289212 Change-Id: If0181aa07cf30ffa6e67a73a983b23be4d6a7064
This commit is contained in:
parent
766249492f
commit
c6f1153bcc
|
@ -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' => '',
|
||||
|
|
Loading…
Reference in a new issue