Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 16 additions & 13 deletions src/wp-content/themes/twentynineteen/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions src/wp-content/themes/twentynineteen/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
var postcssFocusWithin = require('postcss-focus-within');

module.exports = {
plugins: {
autoprefixer: {}
}
};
var autoprefixer = require('autoprefixer');

module.exports = {
plugins: [
postcssFocusWithin({
disablePolyfillReadyClass: true
})
}),
autoprefixer()
]
};
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@

.social-navigation svg,
.site-featured-image svg {
/* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35) );
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35) );
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35) );
}

/* Entry header */
Expand Down
1 change: 0 additions & 1 deletion src/wp-content/themes/twentynineteen/style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,6 @@ ul.wp-block-archives li ul,
padding: 0.5rem;
text-align: left;
text-align: center;
-webkit-margin-start: 0;
margin-inline-start: 0;
}

Expand Down
42 changes: 4 additions & 38 deletions src/wp-content/themes/twentynineteen/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,8 @@ abbr[title] {
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */
}

Expand Down Expand Up @@ -2396,9 +2397,6 @@ h6 {
.error-404 .page-title,
.comments-title,
blockquote {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-break: break-word;
word-wrap: break-word;
Expand All @@ -2407,9 +2405,6 @@ blockquote {
/* Do not hyphenate entry title on tablet view and bigger. */
@media only screen and (min-width: 768px) {
.entry-title {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
}
Expand Down Expand Up @@ -2480,10 +2475,6 @@ html {
box-sizing: border-box;
}

::-moz-selection {
background-color: #bfdcea;
}

::selection {
background-color: #bfdcea;
}
Expand Down Expand Up @@ -2920,8 +2911,6 @@ body.page .main-navigation {
@media only screen and (min-width: 768px) {
.main-navigation .sub-menu {
width: auto;
min-width: -moz-max-content;
min-width: -webkit-max-content;
min-width: max-content;
}
}
Expand Down Expand Up @@ -3036,8 +3025,6 @@ body.page .main-navigation {
top: auto;
bottom: auto;
height: auto;
min-width: -moz-max-content;
min-width: -webkit-max-content;
min-width: max-content;
transform: none;
}
Expand All @@ -3051,8 +3038,6 @@ body.page .main-navigation {
top: auto;
bottom: auto;
height: auto;
min-width: -moz-max-content;
min-width: -webkit-max-content;
min-width: max-content;
transform: none;
}
Expand Down Expand Up @@ -3175,8 +3160,6 @@ body.page .main-navigation {
top: auto;
bottom: auto;
height: auto;
min-width: -moz-max-content;
min-width: -webkit-max-content;
min-width: max-content;
transform: none;
}
Expand Down Expand Up @@ -3467,7 +3450,8 @@ body.page .main-navigation {

.post-navigation .nav-links a .meta-nav {
color: #767676;
user-select: none;
-webkit-user-select: none;
user-select: none;
}

.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
Expand Down Expand Up @@ -3756,9 +3740,6 @@ body.page .main-navigation {

.site-branding {
color: #767676;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
position: relative;
word-wrap: break-word;
Expand Down Expand Up @@ -3957,8 +3938,6 @@ body.page .main-navigation {

.site-header.featured-image .social-navigation svg,
.site-header.featured-image .site-featured-image svg {
/* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

Expand Down Expand Up @@ -4157,10 +4136,6 @@ body.page .main-navigation {
}
}

.site-header.featured-image ::-moz-selection {
background: rgba(255, 255, 255, 0.17);
}

.site-header.featured-image ::selection {
background: rgba(255, 255, 255, 0.17);
}
Expand Down Expand Up @@ -4557,9 +4532,6 @@ body.page .main-navigation {
}

.comments-area {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin: calc(2 * 1rem) 1rem;
word-wrap: break-word;
Expand Down Expand Up @@ -5088,9 +5060,6 @@ body.page .main-navigation {
}

#colophon .widget-column .widget {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
width: 100%;
word-wrap: break-word;
Expand All @@ -5105,9 +5074,6 @@ body.page .main-navigation {

#colophon .site-info {
color: #767676;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
Expand Down
42 changes: 4 additions & 38 deletions src/wp-content/themes/twentynineteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,8 @@ abbr[title] {
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */
}

Expand Down Expand Up @@ -2396,9 +2397,6 @@ h6 {
.error-404 .page-title,
.comments-title,
blockquote {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-break: break-word;
word-wrap: break-word;
Expand All @@ -2407,9 +2405,6 @@ blockquote {
/* Do not hyphenate entry title on tablet view and bigger. */
@media only screen and (min-width: 768px) {
.entry-title {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
}
Expand Down Expand Up @@ -2480,10 +2475,6 @@ html {
box-sizing: border-box;
}

::-moz-selection {
background-color: #bfdcea;
}

::selection {
background-color: #bfdcea;
}
Expand Down Expand Up @@ -2920,8 +2911,6 @@ body.page .main-navigation {
@media only screen and (min-width: 768px) {
.main-navigation .sub-menu {
width: auto;
min-width: -moz-max-content;
min-width: -webkit-max-content;
min-width: max-content;
}
}
Expand Down Expand Up @@ -3036,8 +3025,6 @@ body.page .main-navigation {
top: auto;
bottom: auto;
height: auto;
min-width: -moz-max-content;
min-width: -webkit-max-content;
min-width: max-content;
transform: none;
}
Expand All @@ -3051,8 +3038,6 @@ body.page .main-navigation {
top: auto;
bottom: auto;
height: auto;
min-width: -moz-max-content;
min-width: -webkit-max-content;
min-width: max-content;
transform: none;
}
Expand Down Expand Up @@ -3175,8 +3160,6 @@ body.page .main-navigation {
top: auto;
bottom: auto;
height: auto;
min-width: -moz-max-content;
min-width: -webkit-max-content;
min-width: max-content;
transform: none;
}
Expand Down Expand Up @@ -3467,7 +3450,8 @@ body.page .main-navigation {

.post-navigation .nav-links a .meta-nav {
color: #767676;
user-select: none;
-webkit-user-select: none;
user-select: none;
}

.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
Expand Down Expand Up @@ -3762,9 +3746,6 @@ body.page .main-navigation {

.site-branding {
color: #767676;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
position: relative;
word-wrap: break-word;
Expand Down Expand Up @@ -3963,8 +3944,6 @@ body.page .main-navigation {

.site-header.featured-image .social-navigation svg,
.site-header.featured-image .site-featured-image svg {
/* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

Expand Down Expand Up @@ -4163,10 +4142,6 @@ body.page .main-navigation {
}
}

.site-header.featured-image ::-moz-selection {
background: rgba(255, 255, 255, 0.17);
}

.site-header.featured-image ::selection {
background: rgba(255, 255, 255, 0.17);
}
Expand Down Expand Up @@ -4563,9 +4538,6 @@ body.page .main-navigation {
}

.comments-area {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin: calc(2 * 1rem) 1rem;
word-wrap: break-word;
Expand Down Expand Up @@ -5094,9 +5066,6 @@ body.page .main-navigation {
}

#colophon .widget-column .widget {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
width: 100%;
word-wrap: break-word;
Expand All @@ -5111,9 +5080,6 @@ body.page .main-navigation {

#colophon .site-info {
color: #767676;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}
Expand Down
Loading