Skip to content

Commit

Permalink
edit_policyを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Jan 14, 2023
1 parent b375504 commit bdccb2d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions css/kunai/site/sidebar-ext.scss
Expand Up @@ -109,6 +109,9 @@
&[data-top-id="start_editing"] > .heading > a.title:before {
@extend .fa-text-height;
}
&[data-top-id="edit_policy"] > .heading > a.title:before {
@extend .fa-pencil;
}
&[data-top-id="article"] > .heading > a.title:before {
@extend .fa-book;
}
Expand Down
2 changes: 1 addition & 1 deletion css/kunai/site/sidebar.css
Expand Up @@ -735,7 +735,7 @@ main[role="main"] .kunai-sidebar.force-legacy {
}

.kunai-sidebar > .tree.v2 > ul.root > li.top {
&[data-top-id="reference"], &[data-top-id="module"], &[data-top-id="article"], &[data-top-id="start_editing"] {
&[data-top-id="reference"], &[data-top-id="module"], &[data-top-id="article"], &[data-top-id="start_editing"], &[data-top-id="edit_policy"] {
.kunai-branch {
box-shadow: none;
}
Expand Down
2 changes: 1 addition & 1 deletion kunai_configs/cpprefjp
Submodule cpprefjp updated 1 files
+1 −0 article.md

0 comments on commit bdccb2d

Please sign in to comment.