From d5a9f8a0250632f4ff2be4d31e6dd8d493947614 Mon Sep 17 00:00:00 2001 From: Brian Gardner Date: Mon, 6 Mar 2023 08:14:51 -0600 Subject: [PATCH] Remove block style for Groups. --- functions.php | 3 --- style.css | 7 ------- 2 files changed, 10 deletions(-) diff --git a/functions.php b/functions.php index 51113b8a..04518a7a 100644 --- a/functions.php +++ b/functions.php @@ -59,9 +59,6 @@ function frost_register_block_styles() { 'core/columns' => array( 'columns-reverse' => __( 'Reverse', 'frost' ), ), - 'core/group' => array( - 'shadow' => __( 'Shadow', 'frost' ), - ), 'core/list' => array( 'no-disc' => __( 'No Disc', 'frost' ), ), diff --git a/style.css b/style.css index e6186f43..cdbfac6c 100644 --- a/style.css +++ b/style.css @@ -165,13 +165,6 @@ mark { font-size: var(--wp--preset--font-size--x-small); } -/* Group ---------------------------------------------- */ - -.wp-block-group.is-style-shadow { - box-shadow: 0 0 50px rgb(0 0 0 / 10%); -} - /* Heading --------------------------------------------- */