Skip to content

Commit

Permalink
Merge pull request #10 from muze-nl/feature/archived-repos
Browse files Browse the repository at this point in the history
Fix bug caused by incorrect CSS selector.
  • Loading branch information
Potherca authored Aug 27, 2024
2 parents ddf1d58 + 5e2f712 commit fef6a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/org-repos/componentCss/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ol.repos .repo {
margin-bottom: 10px;
}

ol.repos .repo[data-archived] {
ol.repos .repo[data-archived="true"] {
opacity: 0.5;
}

Expand Down
2 changes: 1 addition & 1 deletion generated.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
margin-bottom: 10px;
}

ol.repos .repo[data-archived] {
ol.repos .repo[data-archived="true"] {
opacity: 0.5;
}

Expand Down

0 comments on commit fef6a7a

Please sign in to comment.