From 111f6134b930b5a79cd7778865ad7e7f66807da9 Mon Sep 17 00:00:00 2001 From: yhira Date: Mon, 8 Apr 2024 19:01:01 +0900 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E5=9B=B2=E3=81=BF=E3=83=9C=E3=82=BF?= =?UTF-8?q?=E3=83=B3=E3=80=8D=E3=83=9C=E3=83=AD=E3=83=83=E3=82=AF=E3=81=AE?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=81=A7=E3=80=8C=E5=86=86=E5=BD=A2=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=80=8D=E3=81=A8=E3=81=99=E3=82=8B=E3=81=A8?= =?UTF-8?q?=E3=80=81=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E3=82=AB=E3=83=A9=E3=83=BC=E9=BB=92=E3=81=A7=E3=81=AA?= =?UTF-8?q?=E3=81=8F=E3=80=81#999=E3=81=A8=E3=81=AA=E3=82=8B=E4=B8=8D?= =?UTF-8?q?=E5=85=B7=E5=90=88=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 4 ---- scss/_index.scss | 4 ---- style.css | 5 ----- 3 files changed, 13 deletions(-) diff --git a/css/admin.css b/css/admin.css index 4e35f9513..02aaca474 100644 --- a/css/admin.css +++ b/css/admin.css @@ -789,7 +789,6 @@ body.wp-admin { /************************************ ** カルーセルの非表示設定 ************************************/ - /* Cocoonのリンクボタンカスタマイズ */ /* Slider */ /* Mobile Menu Core Style @@ -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; diff --git a/scss/_index.scss b/scss/_index.scss index 5449d765e..e07e81ea4 100644 --- a/scss/_index.scss +++ b/scss/_index.scss @@ -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{ diff --git a/style.css b/style.css index 2901167d3..7a74880ef 100644 --- a/style.css +++ b/style.css @@ -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;