Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #553 from jpkrohling/HAWKULAR-680-ActiveClassOnLiF…
Browse files Browse the repository at this point in the history
…orCurrentPersona

HAWKULAR-680 - Fixed color problems for currently-selected persona
  • Loading branch information
mtho11 committed Oct 13, 2015
2 parents 9435be8 + 659842b commit 5b3b129
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions console/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,8 @@
</a>
<ul class="dropdown-menu" id="personaSwitcher">
<li class="text-muted hk-using">Use Hawkular as:</li>
<li ng-repeat="persona in personas">
<a
href="#"
ng-click="switchPersona(persona)"
ng-class="{'selected-persona': persona.id === currentPersona.id}">
<li ng-repeat="persona in personas" ng-class="{'active': persona.id === currentPersona.id}">
<a href="#" ng-click="switchPersona(persona)">
<i class="fa fa-check" ng-class="{'hk-invisible': persona.id !== currentPersona.id}"></i>
{{persona.name}}
</a>
Expand Down

0 comments on commit 5b3b129

Please sign in to comment.