diff --git a/wp-content/plugins/core/src/Blocks/Blocks_Definer.php b/wp-content/plugins/core/src/Blocks/Blocks_Definer.php index 43447d17..ccd64dd9 100644 --- a/wp-content/plugins/core/src/Blocks/Blocks_Definer.php +++ b/wp-content/plugins/core/src/Blocks/Blocks_Definer.php @@ -11,7 +11,6 @@ use Tribe\Theme\blocks\core\button\Button; use Tribe\Theme\blocks\core\column\Column; use Tribe\Theme\blocks\core\columns\Columns; -use Tribe\Theme\blocks\core\details\Details; use Tribe\Theme\blocks\core\embed\Embed; use Tribe\Theme\blocks\core\image\Image; use Tribe\Theme\blocks\core\lists\Lists; @@ -47,7 +46,6 @@ public function define(): array { DI\get( Button::class ), DI\get( Column::class ), DI\get( Columns::class ), - DI\get( Details::class ), DI\get( Embed::class ), DI\get( Image::class ), DI\get( Lists::class ), diff --git a/wp-content/themes/core/assets/pcss/typography/anchors.pcss b/wp-content/themes/core/assets/pcss/typography/anchors.pcss index 01a78d18..ca466a38 100644 --- a/wp-content/themes/core/assets/pcss/typography/anchors.pcss +++ b/wp-content/themes/core/assets/pcss/typography/anchors.pcss @@ -6,18 +6,13 @@ a { - .wp-block-post-content &:not(.wp-element-button):focus-visible { - - @mixin focus-visible-inline-text; - } - /* ------------------------------------------------------------------------- * Anchor: Inline Links * * Note: Not in theme.json as the selector needs to be more specific * ------------------------------------------------------------------------- */ - .wp-block-post-content :where(p, li) & { + .wp-block-post-content &:not([class]) { @mixin inline-text-link; } diff --git a/wp-content/themes/core/blocks/core/details/Details.php b/wp-content/themes/core/blocks/core/details/Details.php deleted file mode 100644 index 644d5799..00000000 --- a/wp-content/themes/core/blocks/core/details/Details.php +++ /dev/null @@ -1,13 +0,0 @@ -