Skip to content

Commit

Permalink
style(*): Group title emphasis opacity from 0.8 to 0.9 (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord authored and mbarbeau committed May 11, 2020
1 parent b23693f commit 41702e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/lib/list/list.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ mat-list {

:host >>> .mat-list ::ng-deep igo-collapsible > .mat-list-item > .mat-list-item-content > .mat-list-text > .mat-line {
font-weight: bold;
opacity: 0.8;
opacity: 0.9;
}

:host
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.igo-catalog-group-title {
cursor: pointer;
opacity: 0.8;
opacity: 0.9;
}

#catalog-group-title {
Expand Down

0 comments on commit 41702e1

Please sign in to comment.