Skip to content

Commit

Permalink
Fix bug caused by incorrect CSS selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed Aug 27, 2024
1 parent ddf1d58 commit 5e2f712
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 5e2f712

Please sign in to comment.