ucap-clickable is added

This commit is contained in:
병준 박 2019-11-22 10:03:45 +09:00
parent b1517b7a2d
commit ae6bbd1ac5
4 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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);

View File

@ -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
> >