Skip to content

Commit

Permalink
Remove block style for Groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Mar 6, 2023
1 parent 6d8a8cd commit d5a9f8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
),
Expand Down
7 changes: 0 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------------------- */

Expand Down

0 comments on commit d5a9f8a

Please sign in to comment.