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