ucap-clickable is added
This commit is contained in:
parent
b1517b7a2d
commit
ae6bbd1ac5
|
@ -59,6 +59,7 @@
|
|||
[sessionVerinfo]="sessionVerinfo"
|
||||
(click)="onClickContextMenu('SELECT_ROOM', room)"
|
||||
(contextmenu)="onContextMenuChat($event, room)"
|
||||
class="ucap-clickable"
|
||||
>
|
||||
</ucap-room-list-item>
|
||||
</perfect-scrollbar>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
(click)="onSelectBuddy(userInfo)"
|
||||
(openProfile)="onClickOpenProfile($event)"
|
||||
(contextmenu)="onContextMenuProfile($event, userInfo, group)"
|
||||
class="list-item-frame"
|
||||
class="list-item-frame ucap-clickable"
|
||||
>
|
||||
</ucap-profile-user-list-item>
|
||||
</ucap-group-expansion-panel>
|
||||
|
|
|
@ -235,6 +235,10 @@ $daesang-grey: (
|
|||
background-color: mat-color($accent, B100);
|
||||
}
|
||||
|
||||
.ucap-clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mat-tab-group.mat-primary .mat-ink-bar,
|
||||
body.theme-default .mat-tab-nav-bar.mat-primary .mat-ink-bar {
|
||||
background-color: mat-color($accent, 400);
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<!-- This is the tree node template for expandable nodes -->
|
||||
<mat-tree-node
|
||||
*matTreeNodeDef="let node; when: isHeader"
|
||||
class="tree-node-frame"
|
||||
class="tree-node-frame ucap-clickable"
|
||||
style="height: 80px;"
|
||||
matRipple
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user