Skip to content

Commit

Permalink
Revert "WordPressデフォルトのタグ(post_tag)1ランページでは親を選択するドロップダウンを表示しない"
Browse files Browse the repository at this point in the history
This reverts commit 8cedc41.
  • Loading branch information
yhira committed Feb 22, 2024
1 parent 8cedc41 commit ed9eec2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -23523,7 +23523,4 @@ textarea[name=the_page_memo] {
div.widget {
margin: 0 !important;
}
}
.taxonomy-post_tag .term-parent-wrap {
display: none;
}
5 changes: 0 additions & 5 deletions scss/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1115,9 +1115,4 @@ textarea[name="the_page_memo"]{
div.widget {
margin: 0 !important;
}
}

//WordPressデフォルトのタグ(post_tag)1ランページでは親を選択するドロップダウンを表示しない
.taxonomy-post_tag .term-parent-wrap{
display: none;
}

0 comments on commit ed9eec2

Please sign in to comment.