From 1c7cdb24e47665b587b56b52b21afd11e0b81efc Mon Sep 17 00:00:00 2001 From: southerntofu Date: Wed, 20 Feb 2019 12:48:07 +0000 Subject: Merged _new.scss into _leap.scss Fixed regression: navigation menu now has active tab again Removed unused variables tabs-small-size and tabs-small-padding --- amber/layouts/_masthead.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amber') diff --git a/amber/layouts/_masthead.html.haml b/amber/layouts/_masthead.html.haml index 18f746e..af86d84 100644 --- a/amber/layouts/_masthead.html.haml +++ b/amber/layouts/_masthead.html.haml @@ -5,4 +5,4 @@ %h1 LEAP Encryption Access Project %nav.nav-menu{:role => "navigation"} - top_navigation_items(include_home:true) do |item| - %a.nav-item{:href => item[:href]}= item[:label] + %a.nav-item{:href => item[:href], :class => item[:class]}= item[:label] -- cgit v1.2.3