Commit 23035d90 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Make active links bold; fix badge styling

parent c780ad0e
...@@ -100,10 +100,27 @@ header { ...@@ -100,10 +100,27 @@ header {
} }
} }
} }
}
.global-dropdown { .global-dropdown {
position: absolute; position: absolute;
left: -10px; left: -10px;
.badge {
font-size: 11px;
}
li.active {
a {
font-weight: bold;
}
}
li:hover {
.badge {
background-color: $white-light;
}
}
} }
.global-dropdown-toggle { .global-dropdown-toggle {
...@@ -118,7 +135,6 @@ header { ...@@ -118,7 +135,6 @@ header {
color: $gl-header-nav-hover-color; color: $gl-header-nav-hover-color;
} }
} }
}
.header-content { .header-content {
position: relative; position: relative;
......
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
%button.global-dropdown-toggle{ type: 'button', 'data-toggle' => 'dropdown' } %button.global-dropdown-toggle{ type: 'button', 'data-toggle' => 'dropdown' }
%span.sr-only Toggle navigation %span.sr-only Toggle navigation
= icon('bars') = icon('bars')
.dropdown-menu-nav .dropdown-menu-nav.global-dropdown-menu
%ul
- if current_user - if current_user
= render 'layouts/nav/dashboard' = render 'layouts/nav/dashboard'
- else - else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment