Merge remote-tracking branch 'discourse/master'

This commit is contained in:
Joe 2019-05-04 21:05:33 +08:00
commit 628a523928
3 changed files with 4 additions and 3 deletions

View File

@ -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
}

View File

@ -4,7 +4,7 @@
list-style: none;
a {
padding: 6px 10px;
color: $primary;
color: $header_primary;
font-size: $font-up-1;
}
}

View File

@ -18,7 +18,8 @@ customHeaderLinks.split("|").map(i => {
{
href: linkHref,
title: linkTitle,
target: linkTarget
target: linkTarget,
attributes: { "data-auto-route": "true" }
},
linkText
)