Skip to content

Commit

Permalink
「囲みボタン」ボロックの設定で「円形にする」とすると、デフォルト背景カラー黒でなく、#999となる不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Apr 8, 2024
1 parent 8d0903b commit 111f613
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions css/admin.css
Expand Up @@ -789,7 +789,6 @@ body.wp-admin {
/************************************
** カルーセルの非表示設定
************************************/
/* Cocoonのリンクボタンカスタマイズ */
/* Slider */
/*
Mobile Menu Core Style
Expand Down Expand Up @@ -17876,9 +17875,6 @@ body.wp-admin {
display: block;
animation: tab-index-show 0.3s ease-in;
}
.admin-settings .demo .btn-wrap-circle > a {
background: #999;
}
.admin-settings .demo .list-title {
text-align: center;
font-size: 18px;
Expand Down
4 changes: 0 additions & 4 deletions scss/_index.scss
Expand Up @@ -72,10 +72,6 @@ input[name="tab_item"]{
display: block;
animation: tab-index-show .3s ease-in;
}
/* Cocoonのリンクボタンカスタマイズ */
.btn-wrap-circle > a {
background: #999;
}

//リストタイトル
.list-title{
Expand Down
5 changes: 0 additions & 5 deletions style.css
Expand Up @@ -10337,11 +10337,6 @@ input[name=tab_item] {
animation: tab-index-show 0.3s ease-in;
}

/* Cocoonのリンクボタンカスタマイズ */
.btn-wrap-circle > a {
background: #999;
}

.list-title {
text-align: center;
font-size: 18px;
Expand Down

0 comments on commit 111f613

Please sign in to comment.