mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3746] Add style lint rules (#3975)
* add stylelint * fix style first part * fix style second part * fix style third part * fix style fourth part * Fix e2e tests first part * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * fix insights * fix style abotu component * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * [ADF-3746] Rebase branch * Fix e2e tests second part * Rebase branch * fix style third part * fix style fourth part * Fix list error * Fix e2e tests second part * Rebase branch * Fix list error * fix new style added * tslint fix * [ADF-3746] Fix scss errors on Process Filters Cloud component
This commit is contained in:
committed by
Eugenio Romano
parent
5fc03cf26b
commit
1a21f234b6
@@ -1,15 +1,15 @@
|
||||
<div class="adf-analytics-report-list menu-container">
|
||||
<mat-nav-list *ngIf="isList()">
|
||||
<mat-list-item
|
||||
class="activiti-filters__entry"
|
||||
class="adf-activiti-filters__entry"
|
||||
(click)="selectReport(report)"
|
||||
*ngFor="let report of reports; let idx = index"
|
||||
[class.active]="currentReport === report">
|
||||
<span [attr.id]="'report-list-' + idx" class="activiti-filters__label">
|
||||
[class.adf-active]="currentReport === report">
|
||||
<span [attr.id]="'report-list-' + idx" class="adf-activiti-filters__label">
|
||||
<mat-icon mat-list-icon
|
||||
[attr.data-automation-id]="report.name + '_filter'"
|
||||
class="activiti-filters__entry-icon">assignment</mat-icon>
|
||||
<span class="text">{{report.name}}</span>
|
||||
class="adf-activiti-filters__entry-icon">assignment</mat-icon>
|
||||
<span class="adf-text">{{report.name}}</span>
|
||||
</span>
|
||||
</mat-list-item>
|
||||
</mat-nav-list>
|
||||
@@ -19,7 +19,7 @@
|
||||
<mat-icon class="adf-report-card-logo-icon">equalizer</mat-icon>
|
||||
</div>
|
||||
<div mat-card-title class="adf-report-card-title">
|
||||
<h1 class="application-title">{{report.name}}</h1>
|
||||
<h1 class="adf-application-title">{{report.name}}</h1>
|
||||
</div>
|
||||
<div mat-card-content class="adf-report-card-content">
|
||||
<p>{{report.description}}</p>
|
||||
|
Reference in New Issue
Block a user