fix weird font weight and padding on nav submenu
This commit is contained in:
parent
8603bfa01c
commit
b7a8bbe890
@ -19,6 +19,12 @@ Version: 0.1
|
|||||||
.wp-block-navigation .wp-block-navigation-item:focus-visible {
|
.wp-block-navigation .wp-block-navigation-item:focus-visible {
|
||||||
background: var(--wp--preset--color--secondary);
|
background: var(--wp--preset--color--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix weird padding and font weight on header nav dropdown items */
|
||||||
|
ul.wp-block-navigation__submenu-container.has-background {
|
||||||
|
padding: 0;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 786px) {
|
@media screen and (max-width: 786px) {
|
||||||
|
Loading…
Reference in New Issue
Block a user