Skip to content

Commit

Permalink
目次ウィジェットの表示に関する不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Nov 10, 2023
1 parent 6aa255d commit 54f4aa9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
4 changes: 0 additions & 4 deletions amp.css
Original file line number Diff line number Diff line change
Expand Up @@ -2198,10 +2198,6 @@ img.blogcard-favicon-image {
margin: 1em auto;
}

.nwa .widget_toc .widget-title + .toc-widget-box .toc-title {
display: none;
}

/************************************
** サイドバーのスタイル
************************************/
Expand Down
6 changes: 0 additions & 6 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2503,9 +2503,6 @@ body.wp-admin {
.admin-settings .demo .toc-center {
margin: 1em auto;
}
.admin-settings .demo .nwa .widget_toc .widget-title + .toc-widget-box .toc-title {
display: none;
}
.admin-settings .demo .sidebar {
width: 376px;
border: 1px solid transparent;
Expand Down Expand Up @@ -10590,9 +10587,6 @@ body.wp-admin {
.admin-settings .demo .toc-center {
margin: 1em auto;
}
.admin-settings .demo .nwa .widget_toc .widget-title + .toc-widget-box .toc-title {
display: none;
}
.admin-settings .demo .sidebar {
width: 376px;
border: 1px solid transparent;
Expand Down
5 changes: 0 additions & 5 deletions scss/_toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,4 @@

.toc-center {
margin: 1em auto;
}

//サイドバーやフッターウィジェットで目次ウィジェットタイトルを表示させている場合はデフォルトの目次タイトルを表示しない
.nwa .widget_toc .widget-title + .toc-widget-box .toc-title {
display: none;
}
4 changes: 0 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2223,10 +2223,6 @@ img.blogcard-favicon-image {
margin: 1em auto;
}

.nwa .widget_toc .widget-title + .toc-widget-box .toc-title {
display: none;
}

/************************************
** サイドバーのスタイル
************************************/
Expand Down

0 comments on commit 54f4aa9

Please sign in to comment.