diff --git a/css/style.css b/css/style.css index 20ec29b39..665c30c0a 100644 --- a/css/style.css +++ b/css/style.css @@ -177,9 +177,6 @@ a[href="javascript:;"] { #header.bottom #header-bar.autohide #toggle-header-bar { cursor: n-resize; } -#header-bar a.inactive { - color: inherit !important; -} #header-bar a:not(.entry) { text-decoration: none; padding: 1px; diff --git a/src/General/Header.coffee b/src/General/Header.coffee index 13f6690b1..164054adf 100644 --- a/src/General/Header.coffee +++ b/src/General/Header.coffee @@ -140,12 +140,11 @@ Header = else a.textContent - if /-archive/.test(t) + if /-archive/.test t if href = Redirect.to 'board', {boardID} a.href = href else - $.addClass a, 'inactive' - a.removeAttribute 'href' + return $.tn a.textContent $.addClass a, 'navSmall' if boardID is '@' return a