Skip to content

Commit

Permalink
Remove alternating colour in global search (#3039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator authored Nov 22, 2023
1 parent 221eb70 commit 4009897
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

<mat-dialog-content class="search-results">
<ng-container *ngIf="searching === null">
<section class="search-results-category alternating-list">
<div *ngFor="let result of filteredResults" class="search-results-entry">
<section class="search-results-category">
<div *ngFor="let result of filteredResults" class="search-results-entry divider-bottom">
<div class="breadcrumb">
<ng-container *ngIf="result.committee">
<span>{{ result.committee.name }}</span>
Expand Down

0 comments on commit 4009897

Please sign in to comment.