Commit 7c575179 authored by Robert Knight's avatar Robert Knight

Update the color of the account drop-down menu

T-90
parent f7c91db3
......@@ -62,3 +62,7 @@ $top-bar-height: 40px;
color: $gray-dark;
}
}
.top-bar__dropdown-arrow {
color: $color-dove-gray;
}
......@@ -63,7 +63,8 @@
<a role="button"
class="top-bar__btn"
data-toggle="dropdown" dropdown-toggle>
<i class="h-icon-account"></i><i class="h-icon-arrow-drop-down"></i>
<i class="h-icon-account"></i><!-- nospace
!--><i class="h-icon-arrow-drop-down top-bar__dropdown-arrow"></i>
</a>
<ul class="dropdown-menu pull-right" role="menu">
<li ng-show="authUser"><a href="/stream?q=user:{{account.username}}"
......
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