Skip to content

Commit

Permalink
Merge pull request #44 from ukatech/group-by-category
Browse files Browse the repository at this point in the history
Group by category
  • Loading branch information
nikolat authored Dec 17, 2024
2 parents 03b72ab + 77fcf7a commit de09573
Show file tree
Hide file tree
Showing 2 changed files with 2,651 additions and 2,647 deletions.
12 changes: 8 additions & 4 deletions manual/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,15 +452,19 @@ a:hover {



.category.ghost {
.category.ghost,
.navigation-bar > .navigation-category.ghost {
border-color: #966;
}
.category.ghost > h1 {
.category.ghost > h1,
.navigation-bar > .navigation-category.ghost > h1 {
background-color: #966;
}
.category.plugin {
.category.plugin,
.navigation-bar > .navigation-category.plugin {
border-color: #696;
}
.category.plugin > h1 {
.category.plugin > h1,
.navigation-bar > .navigation-category.plugin > h1 {
background-color: #696;
}
Loading

0 comments on commit de09573

Please sign in to comment.