feat: adds hover hint to matrix view
This commit is contained in:
@@ -10,7 +10,9 @@
|
|||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th style="vertical-align: bottom;">
|
||||||
|
Hover over a contact or click on it to see more info about the following
|
||||||
|
</th>
|
||||||
<th *ngFor="let list of lists$ | async" class="list-title">
|
<th *ngFor="let list of lists$ | async" class="list-title">
|
||||||
{{list.title}}
|
{{list.title}}
|
||||||
</th>
|
</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user