Skip to content

Commit de74132

Browse files
committed
LMS-2531 - Web report - Plagiarism - Bugs
1 parent d6877cf commit de74132

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

projects/copyleaks-web-report/src/lib/components/containers/report-results-container/components/results-actions/results-actions.component.scss

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,15 @@ mat-icon {
251251
gap: 4px;
252252
}
253253

254-
mat-chip-option {
254+
mat-basic-chip {
255255
cursor: pointer;
256+
257+
::ng-deep {
258+
.mdc-evolution-chip__text-label,
259+
.mat-mdc-chip-action-label {
260+
cursor: pointer;
261+
}
262+
}
256263
}
257264

258265
cr-spinner {

projects/copyleaks-web-report/src/lib/dialogs/filter-result-dailog/filter-result-dailog.component.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@
6363
content: '';
6464
}
6565

66+
mat-basic-chip {
67+
cursor: pointer;
68+
::ng-deep {
69+
.mdc-evolution-chip__text-label,
70+
.mat-mdc-chip-action-label {
71+
cursor: pointer;
72+
}
73+
}
74+
}
75+
6676
.mat-expansion-indicator {
6777
display: none !important;
6878
}

0 commit comments

Comments
 (0)