Update WP and plugins

This commit is contained in:
Oliver Davies 2019-04-16 20:56:22 +01:00
parent 10a4713229
commit 1fb77fc4ff
864 changed files with 101724 additions and 78262 deletions

View file

@ -533,9 +533,10 @@ body.trashing #publish-settings {
background-color: #fff;
border-bottom: 1px solid #ddd;
border-left: 4px solid #fff;
transition: .15s color ease-in-out,
.15s background-color ease-in-out,
.15s border-color ease-in-out;
transition:
.15s color ease-in-out,
.15s background-color ease-in-out,
.15s border-color ease-in-out;
}
#customize-controls #customize-theme-controls .customize-themes-panel .accordion-section-title {
@ -785,9 +786,10 @@ h3.customize-section-title {
color: #444;
text-align: left;
cursor: pointer;
transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
transition:
color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
box-sizing: content-box;
}
@ -805,9 +807,10 @@ h3.customize-section-title {
border-left: 4px solid #fff;
box-shadow: none;
cursor: pointer;
transition: color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
transition:
color .15s ease-in-out,
border-color .15s ease-in-out,
background .15s ease-in-out;
}
.customize-section-back {
@ -1428,7 +1431,7 @@ p.customize-section-description {
}
.customize-control-header .header-view.selected:after {
content: '';
content: "";
position: absolute;
height: auto;
top: 0;
@ -1624,7 +1627,7 @@ p.customize-section-description {
box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}
@media screen and ( max-width: 640px ) {
@media screen and (max-width: 640px) {
.customize-section-description-container + #customize-control-custom_css:last-child {
margin-right: 0;
}
@ -1772,12 +1775,12 @@ p.customize-section-description {
}
.themes-filter-bar .feature-filter-toggle:before {
content: "\f111";
margin: 0 5px 0 0;
font: normal 16px/1 dashicons;
vertical-align: text-bottom;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f111";
margin: 0 5px 0 0;
font: normal 16px/1 dashicons;
vertical-align: text-bottom;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.themes-filter-bar .feature-filter-toggle.open {
@ -2078,7 +2081,7 @@ p.customize-section-description {
/* Unstick the filter bar on short windows/screens. This breakpoint is based on the
current length of .org feature filters assuming translations do not wrap lines. */
@media screen and (max-height:540px), screen and (max-width:1018px) {
@media screen and (max-height: 540px), screen and (max-width: 1018px) {
.customize-preview-header.themes-filter-bar {
position: relative;
left: 0;
@ -2101,13 +2104,13 @@ p.customize-section-description {
}
}
@media screen and (max-width:1018px) {
@media screen and (max-width: 1018px) {
.filter-drawer .filter-group {
width: calc( (100% - 50px) / 2);
}
}
@media screen and (max-width:900px) {
@media screen and (max-width: 900px) {
.customize-preview-header.themes-filter-bar {
height: 86px;
padding-top: 46px;
@ -2128,7 +2131,7 @@ p.customize-section-description {
}
}
@media screen and (max-width:792px) {
@media screen and (max-width: 792px) {
.filter-drawer .filter-group {
width: calc( 100% - 25px);
}
@ -2139,7 +2142,7 @@ p.customize-section-description {
}
/* Mobile - toggle between themes and filters */
@media screen and (max-width:600px) {
@media screen and (max-width: 600px) {
.filter-drawer {
top: 132px;
@ -2320,7 +2323,7 @@ p.customize-section-description {
}
/* Small Screens */
@media (max-width:850px), (max-height:472px) {
@media (max-width: 850px), (max-height: 472px) {
.wp-customizer .theme-overlay .theme-wrap {
left: 0;
right: 0;
@ -2692,9 +2695,10 @@ body.adding-widget .add-new-widget:before,
background: #fff;
border-bottom: 1px solid #ddd;
border-left: 4px solid #fff;
transition: .15s color ease-in-out,
.15s background-color ease-in-out,
.15s border-color ease-in-out;
transition:
.15s color ease-in-out,
.15s background-color ease-in-out,
.15s border-color ease-in-out;
cursor: pointer;
display: none;
}
@ -2782,7 +2786,7 @@ body.adding-widget .add-new-widget:before,
}
}
@media screen and ( max-width: 1200px ) {
@media screen and (max-width: 1200px) {
.outer-section-open .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main,
.adding-menu-items .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main,
.adding-widget .wp-full-overlay.expanded.preview-mobile .wp-full-overlay-main {
@ -2790,7 +2794,7 @@ body.adding-widget .add-new-widget:before,
}
}
@media screen and ( max-width: 640px ) {
@media screen and (max-width: 640px) {
/* when the sidebar is collapsed and switching to responsive view,
bring it back see ticket #35220 */
@ -2942,7 +2946,7 @@ body.adding-widget .add-new-widget:before,
}
}
@media screen and ( max-width: 600px ) {
@media screen and (max-width: 600px) {
.theme-browser .theme.active .theme-actions,
.wp-customizer .theme-browser .theme .theme-actions {
padding: 8px 15px;