Skip to content

Commit

Permalink
Remove Navigation block style (fixes #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Oct 13, 2023
1 parent 64b0e29 commit 65ec39f
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 @@ -76,9 +76,6 @@ function powder_register_block_styles() {
'core/list' => array(
'no-style' => __( 'No Style', 'powder' ),
),
'core/navigation-link' => array(
'outline' => __( 'Outline', 'powder' ),
),
'core/social-links' => array(
'outline' => __( 'Outline', 'powder' ),
),
Expand Down
7 changes: 0 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,4 @@ textarea {
margin-top: -200px !important;
}

/* -- Navigation Link -- */

.wp-block-navigation-item.is-style-outline a {
border: 1px solid currentColor;
padding: 5px 15px;
}

}

0 comments on commit 65ec39f

Please sign in to comment.