From 34acce8b130ac736f50f6bc8f3b8e3287a4a71a9 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Tue, 22 Oct 2024 17:04:59 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E3=83=88=E3=83=83=E3=83=97=E3=83=84?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E3=83=90=E3=83=BC=E3=81=AE=E3=83=91=E3=82=BF?= =?UTF-8?q?=E3=83=BC=E3=83=B3=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA?= =?UTF-8?q?=E3=81=B8=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF=E9=83=A8=E5=88=86?= =?UTF-8?q?=E3=81=AECSS=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=8C404?= =?UTF-8?q?=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=9F=E3=81=AE=E3=81=A7?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/edit-post/header-toolbar/style-index.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 inc/edit-post/header-toolbar/style-index.css diff --git a/inc/edit-post/header-toolbar/style-index.css b/inc/edit-post/header-toolbar/style-index.css new file mode 100644 index 0000000..3a06b87 --- /dev/null +++ b/inc/edit-post/header-toolbar/style-index.css @@ -0,0 +1,3 @@ +.vk-patterns-header-toolbar .components-external-link__contents { + text-decoration: none; +} \ No newline at end of file From f58e8a90c2003bbef7bdf416deefdff51b3de9fa Mon Sep 17 00:00:00 2001 From: kurudrive Date: Tue, 22 Oct 2024 17:19:01 +0900 Subject: [PATCH 2/2] Fix an issue with the CSS not loading correctly in the admin toolbar. --- inc/edit-post/header-toolbar/vkp-header-toolbar-loader.php | 2 +- readme.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/edit-post/header-toolbar/vkp-header-toolbar-loader.php b/inc/edit-post/header-toolbar/vkp-header-toolbar-loader.php index daa5265..bb052a9 100644 --- a/inc/edit-post/header-toolbar/vkp-header-toolbar-loader.php +++ b/inc/edit-post/header-toolbar/vkp-header-toolbar-loader.php @@ -26,7 +26,7 @@ function vbp_edit_post_enqueue_scripts() { wp_enqueue_style( 'vk-patterns-header-toolbar-css', - VBP_URL . 'build/edit-post/header-toolbar/style-index.css' + VBP_URL . 'inc/edit-post/header-toolbar/style-index.css' ); } add_action( 'enqueue_block_editor_assets', 'vbp_edit_post_enqueue_scripts' ); diff --git a/readme.txt b/readme.txt index 4fc3c65..4368440 100644 --- a/readme.txt +++ b/readme.txt @@ -16,6 +16,8 @@ When you activate this plugin that create new custom post type for custom block == Changelog == +[ Bug fix ] Fix an issue with the CSS not loading correctly in the admin toolbar. + = 1.32.4 = [ Design tuning ] Fixed "Fit columns alignfull" so that "Outer" also has full width.