mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
(html) Colorize event/task categories chips
This commit is contained in:
@@ -41,6 +41,9 @@
|
||||
<md-list-item ng-show="editor.component.categories.length > 0">
|
||||
<md-chips class="sg-readonly" ng-model="::editor.component.categories" readonly="true">
|
||||
<md-chip-template>
|
||||
<span class="sg-chip-color" style="z-index: 1">
|
||||
<span ng-style="{ 'background-color': editor.service.$categories[$chip] }"><!-- color --></span>
|
||||
</span>
|
||||
<span>{{$chip}}</span>
|
||||
</md-chip-template>
|
||||
</md-chips>
|
||||
|
||||
Reference in New Issue
Block a user