Skip to content

Commit

Permalink
Remove unused css classes (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator authored Nov 24, 2023
1 parent 8b36d05 commit f16b123
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions client/src/assets/styles/global-components-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,26 +316,4 @@
.sidenav-background {
background: if($is-dark-theme, darken(mat.get-color-from-palette($background, background), 0.5%), white);
}

.alternating-list {
> * {
@if $is-dark-theme {
@extend .background-dark-brighter;
}
&:hover {
background: rgba(0, 0, 0, 0.04);
}
}

> *:nth-of-type(2n + 1) {
@if $is-dark-theme {
@extend .background-dark;
} @else {
background: rgba(0, 0, 0, 0.02);
&:hover {
background: rgba(0, 0, 0, 0.06);
}
}
}
}
}

0 comments on commit f16b123

Please sign in to comment.