Skip to content

Commit

Permalink
chore: handle TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
QuCMGisaia committed Dec 3, 2024
1 parent d3ff09d commit 2c62d36
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions projects/arlas-components/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ body {
.constructors .powerbar__powerbar--progression--neutral-state, .constructors .powerbar__powerbar--progression--selected-bar {
}

/* TODO: still used ? */
.histogram__area .histogram__swimlane-height--tick {
stroke: black;
}

.one_dimension .histogram__axis {
stroke: white;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

}

/* TODO: currently only placeholder but on demo label -> why ? */
.powerbars--search .mat-mdc-form-field {
width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
{{lastSortedColumn.columnName | translate}} - {{(SortEnum[sortedColumn.sortDirection] | uppercase) + '_short' | translate}}
</span>
</mat-select-trigger>
<!-- TODO: find better sort descriptor than '- -' -->
<mat-option [value]="" class="resultlist__tools--sort-option"> - - </mat-option>
<mat-optgroup [label]="'Column' | translate" class="resultlist__tools--sort-group">
<ng-container *ngFor="let column of columns">
Expand Down
4 changes: 0 additions & 4 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ body {
.constructors .powerbar__powerbar--progression--neutral-state, .constructors .powerbar__powerbar--progression--selected-bar {
}

.histogram__area .histogram__swimlane-height--tick {
stroke: black;
}

.one_dimension .histogram__axis {
stroke: white;
}
Expand Down

0 comments on commit 2c62d36

Please sign in to comment.