Skip to content

Commit

Permalink
Cater for navigation-link changes in 11.7.0 and above #26
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 10, 2022
1 parent ac6c437 commit bfb4832
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://www.oik-plugins.com/oik-themes/fizzie
Description: Fizzie theme - a Full Site Editing theme using Gutenberg blocks
Author: Bobbing Wide
Author URI: https://www.oik-plugins.com/author/bobbingwide
Version: 0.7.0
Version: 1.0.0
Tags: blocks, Gutenberg, FSE, oik, Full Site Editing, single-column
Requires at least: 5.5.1
Requires PHP: 7.3
Expand Down Expand Up @@ -152,7 +152,9 @@ header {


.wp-block-navigation .wp-block-navigation-link__label:hover,
.wp-block-navigation-link.current-menu-item > a .wp-block-navigation-link__label {
.wp-block-navigation .wp-block-navigation-item__label:hover,
.wp-block-navigation-link.current-menu-item > a .wp-block-navigation-link__label,
.wp-block-navigation-link.current-menu-item > a .wp-block-navigation-item__label {
color: #792b0c;
}

Expand Down Expand Up @@ -320,6 +322,7 @@ p.wp-block-site-tagline {
}

.wp-block-navigation .wp-block-navigation-link__content:hover,
.wp-block-navigation .wp-block-navigation-item__content:hover,
.wp-block-navigation .current-menu-item > a {
background: #ffffff;
border: 1px solid var( --wp--preset--color--woo-deep-purple, #baba54 );
Expand Down

0 comments on commit bfb4832

Please sign in to comment.