diff --git a/wp-content/themes/twentynineteen/print.scss b/wp-content/themes/twentynineteen/print.scss index 93a6d7914b..47976da65f 100644 --- a/wp-content/themes/twentynineteen/print.scss +++ b/wp-content/themes/twentynineteen/print.scss @@ -17,182 +17,182 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272 @media print { - /* Margins */ + /* Margins */ - @page { - margin: 2cm; - } + @page { + margin: 2cm; + } - .entry { - margin-top: 1em; - } + .entry { + margin-top: 1em; + } - .entry .entry-header, .site-footer .site-info { - margin: 0; - } + .entry .entry-header, .site-footer .site-info { + margin: 0; + } - /* Fonts */ + /* Fonts */ - body { - font: 13pt Georgia, "Times New Roman", Times, serif; - line-height: 1.3; - background: #fff !important; - color: #000; - } + body { + font: 13pt Georgia, "Times New Roman", Times, serif; + line-height: 1.3; + background: #fff !important; + color: #000; + } - h1 { - font-size: 24pt; - } + h1 { + font-size: 24pt; + } - h2, - h3, - h4, - .has-regular-font-size, - .has-large-font-size, - h2.author-title, - p.author-bio, - .comments-title, h3 { - font-size: 14pt; - margin-top: 25px; - } + h2, + h3, + h4, + .has-regular-font-size, + .has-large-font-size, + h2.author-title, + p.author-bio, + .comments-title, h3 { + font-size: 14pt; + margin-top: 25px; + } - /* Page breaks */ + /* Page breaks */ - a { - page-break-inside: avoid - } + a { + page-break-inside: avoid + } - blockquote { - page-break-inside: avoid; - } + blockquote { + page-break-inside: avoid; + } - h1, - h2, - h3, - h4, - h5, - h6 { - page-break-after: avoid; - page-break-inside: avoid - } + h1, + h2, + h3, + h4, + h5, + h6 { + page-break-after: avoid; + page-break-inside: avoid + } - img { - page-break-inside: avoid; - page-break-after: avoid; - } + img { + page-break-inside: avoid; + page-break-after: avoid; + } - table, pre { - page-break-inside: avoid; - } + table, pre { + page-break-inside: avoid; + } - ul, ol, dl { - page-break-before: avoid; - } + ul, ol, dl { + page-break-before: avoid; + } - /* Links */ + /* Links */ - a:link, a:visited, a { - background: transparent; - font-weight: bold; - text-decoration: underline; - text-align: left; - } + a:link, a:visited, a { + background: transparent; + font-weight: bold; + text-decoration: underline; + text-align: left; + } - a { - page-break-inside: avoid; - } + a { + page-break-inside: avoid; + } - a[href^=http]:after { - content: " < " attr(href) "> "; - } + a[href^=http]:after { + content: " < " attr(href) "> "; + } - a:after > img { - content: ""; - } + a:after > img { + content: ""; + } - article a[href^="#"]:after { - content: ""; - } + article a[href^="#"]:after { + content: ""; + } - a:not(:local-link):after { - content: " < " attr(href) "> "; - } + a:not(:local-link):after { + content: " < " attr(href) "> "; + } - /* Visibility */ - .main-navigation, - .site-title + .main-navigation, - .social-navigation, - .site-branding-container:before, - .entry .entry-title:before, - .entry-footer, - .author-description:before, - .post-navigation, - .widget-area, - .comment-form-flex, - .comment-reply, - .comment .comment-metadata .edit-link { - display: none; - } + /* Visibility */ + .main-navigation, + .site-title + .main-navigation, + .social-navigation, + .site-branding-container:before, + .entry .entry-title:before, + .entry-footer, + .author-description:before, + .post-navigation, + .widget-area, + .comment-form-flex, + .comment-reply, + .comment .comment-metadata .edit-link { + display: none; + } - .entry .entry-content .wp-block-button .wp-block-button__link, - .entry .entry-content .button { - color: #000; - background: none; - } + .entry .entry-content .wp-block-button .wp-block-button__link, + .entry .entry-content .button { + color: #000; + background: none; + } - /* Site Header (With Featured Image) */ - .site-header.featured-image { - min-height: 0; - - .main-navigation a, - .main-navigation a + svg, - .social-navigation a, - .site-title a, - .site-featured-image a, - .site-branding .site-title, - .site-branding .site-description, - .main-navigation a:after, - .main-navigation .main-menu > li.menu-item-has-children:after, - .main-navigation li, - .social-navigation li, - .entry-meta, - .entry-title, - &#masthead .site-title a { - color: #000; - text-shadow: none; - } + /* Site Header (With Featured Image) */ + .site-header.featured-image { + min-height: 0; - .site-featured-image .entry-header, - .site-branding-container { - margin-top: 0; - margin-bottom: 0; - } + .main-navigation a, + .main-navigation a + svg, + .social-navigation a, + .site-title a, + .site-featured-image a, + .site-branding .site-title, + .site-branding .site-description, + .main-navigation a:after, + .main-navigation .main-menu > li.menu-item-has-children:after, + .main-navigation li, + .social-navigation li, + .entry-meta, + .entry-title, + &#masthead .site-title a { + color: #000; + text-shadow: none; + } - .site-featured-image .post-thumbnail img { - position: relative; - height: initial; - width: initial; - object-fit: none; - min-width: 0; - min-height: 0; - max-width: 100%; - margin-top: 1rem; - } - } - - /* Remove image filters from featured image */ - .image-filters-enabled { + .site-featured-image .entry-header, + .site-branding-container { + margin-top: 0; + margin-bottom: 0; + } - *:after { - display: none !important; - } + .site-featured-image .post-thumbnail img { + position: relative; + height: initial; + width: initial; + object-fit: none; + min-width: 0; + min-height: 0; + max-width: 100%; + margin-top: 1rem; + } + } - .site-header.featured-image .site-featured-image:before { - display: none; - } + /* Remove image filters from featured image */ + .image-filters-enabled { - .site-header.featured-image .site-featured-image .post-thumbnail img { - filter: none; - } - } + *:after { + display: none !important; + } + + .site-header.featured-image .site-featured-image:before { + display: none; + } + + .site-header.featured-image .site-featured-image .post-thumbnail img { + filter: none; + } + } } \ No newline at end of file diff --git a/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss b/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss index 653e50a8c2..34ec126231 100644 --- a/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss +++ b/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss @@ -513,7 +513,7 @@ } .aligncenter { - + @include postContentMaxWidth(); @include media(tablet) { @@ -734,7 +734,7 @@ code { font-size: $font__size-md; white-space: pre-wrap; - word-break: break-word; + word-break: break-word; } } diff --git a/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss b/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss index 71ca4f6896..16065f94ba 100644 --- a/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss +++ b/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss @@ -82,9 +82,9 @@ @mixin box-shadow( $size ) { box-shadow: - 0 0 0 $size $color__text-light inset, // Original border. - 0 0 0 ($size + 1px) $color__text-light inset, // Antialiasing, inner edge. - 0 0 1px 0 rgba( $color__text-light, 0.7 ); // Antialiasing, outer edge. + 0 0 0 $size $color__text-light inset, // Original border. + 0 0 0 ($size + 1px) $color__text-light inset, // Antialiasing, inner edge. + 0 0 1px 0 rgba( $color__text-light, 0.7 ); // Antialiasing, outer edge. } /* Calculates maximum width for post content */ diff --git a/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss b/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss index 61d943a774..4bbd9cff52 100644 --- a/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss +++ b/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss @@ -26,8 +26,9 @@ background: transparent; color: inherit; cursor: pointer; - transition: background 250ms ease-in-out, - transform 150ms ease; + transition: + background 250ms ease-in-out, + transform 150ms ease; -webkit-appearance: none; -moz-appearance: none; @@ -447,7 +448,7 @@ position: fixed; z-index: 100000; /* Make sure appears above mobile admin bar */ width: 100vw; - height: 100vh; + height: 100vh; max-width: 100vw; transform: translateX(+100%); animation: slide_in_right 0.3s forwards; diff --git a/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss b/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss index 125994384c..5e67aa2428 100644 --- a/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss +++ b/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss @@ -242,7 +242,7 @@ mix-blend-mode: multiply; opacity: .7; - /* When image filters are active, a blue overlay is added. */ + /* When image filters are active, a blue overlay is added. */ .image-filters-enabled & { background: $color__link; opacity: .8; @@ -256,7 +256,7 @@ } /* Fourth layer: overlay. */ - .image-filters-enabled & .site-branding-container:after { + .image-filters-enabled & .site-branding-container:after { background: rgba(0, 0, 0, 0.35); mix-blend-mode: overlay; opacity: 0.5; diff --git a/wp-includes/version.php b/wp-includes/version.php index 35e45ceb12..6ac558386f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45131'; +$wp_version = '5.2-beta1-45132'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.