mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 18:08:21 +01:00
change unread badge to red
This commit is contained in:
parent
b6803b42c6
commit
1d591d5d2b
@ -699,7 +699,7 @@ export class Et2Tree extends Et2WidgetWithSelectMixin(LitElement)
|
||||
</span>
|
||||
${selectOption.unreadMessages ?
|
||||
html`
|
||||
<sl-badge pill>${selectOption.unreadMessages}</sl-badge>
|
||||
<sl-badge pill variant="danger">${selectOption.unreadMessages}</sl-badge>
|
||||
` : nothing}
|
||||
|
||||
${selectOption.children ? repeat(selectOption.children, this._optionTemplate) : (selectOption.item ? repeat(selectOption.item, this._optionTemplate) : nothing)}
|
||||
|
Loading…
Reference in New Issue
Block a user