Skip to content

Commit

Permalink
Breathe: Unset styles that shouldn't affect the 2021 global header.
Browse files Browse the repository at this point in the history
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@11401 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
iandunn committed Dec 22, 2021
1 parent b512a52 commit f4f66ca
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,24 @@ input[type="submit"] {
color: #eee;
}

/*
* 2021 global header/footer
*/
.wp-block-group.global-header button,
.wp-block-group.global-header html input[type="button"],
.wp-block-group.global-header input[type="reset"],
.wp-block-group.global-header input[type="submit"] {
/* Revert styles that should only apply to the content area. */
border-radius: initial;
box-shadow: initial;
font-size: initial;
line-height: initial;
text-shadow: initial;
}


/* site */

.site,
.custom-menu .site,
.site-branding {
Expand Down

0 comments on commit f4f66ca

Please sign in to comment.