Merge remote-tracking branch 'discourse/master'
This commit is contained in:
commit
628a523928
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Custom Header Links",
|
||||
"about_url": "https://meta.discourse.org/t/",
|
||||
"about_url": "https://meta.discourse.org/t/custom-header-links/90588",
|
||||
"license_url": "https://github.com/hnb-ku/discourse-custom-header-links/blob/master/LICENSE",
|
||||
"component": true
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
list-style: none;
|
||||
a {
|
||||
padding: 6px 10px;
|
||||
color: $primary;
|
||||
color: $header_primary;
|
||||
font-size: $font-up-1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,7 +18,8 @@ customHeaderLinks.split("|").map(i => {
|
|||
{
|
||||
href: linkHref,
|
||||
title: linkTitle,
|
||||
target: linkTarget
|
||||
target: linkTarget,
|
||||
attributes: { "data-auto-route": "true" }
|
||||
},
|
||||
linkText
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue