Merge "Make board and worklist icons unique"

This commit is contained in:
Zuul 2018-08-21 21:17:27 +00:00 committed by Gerrit Code Review
commit 92b4b47116
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
<i class="fa fa-sb-board text-muted"></i>&emsp;{{match.model.title}}
</span>
<span ng-switch-when="Worklist">
<i class="fa fa-sb-worklist text-muted"></i>&emsp;{{match.model.title}}
<i class="far fa-sb-worklist text-muted"></i>&emsp;{{match.model.title}}
</span>
<span ng-switch-default>
<i class="fa fa-question text-muted"></i>&emsp;{{match.model.type}}

View File

@ -30,5 +30,5 @@
.@{fa-css-prefix}-sb-profile:before { content: @fa-var-user; }
.@{fa-css-prefix}-sb-profile-preferences:before { content: @fa-var-cog; }
.@{fa-css-prefix}-sb-profile-tokens:before { content: @fa-var-key; }
.@{fa-css-prefix}-sb-board:before { content: @fa-var-tasks; }
.@{fa-css-prefix}-sb-worklist:before { content: @fa-var-tasks; }
.@{fa-css-prefix}-sb-board:before { content: @fa-var-columns; }
.@{fa-css-prefix}-sb-worklist:before { content: @fa-var-list-alt; }