wp core update 6.6
This commit is contained in:
@@ -1082,14 +1082,24 @@ p.customize-section-description {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#available-menu-items .accordion-section-content .new-content-item,
|
||||
.customize-control-dropdown-pages .new-content-item {
|
||||
#available-menu-items .accordion-section-content .new-content-item-wrapper,
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper {
|
||||
width: calc(100% - 30px);
|
||||
padding: 8px 15px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: 10;
|
||||
background: #f0f0f1;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
position: static;
|
||||
}
|
||||
|
||||
#available-menu-items .accordion-section-content .new-content-item,
|
||||
.customize-control-dropdown-pages .new-content-item {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -1099,6 +1109,14 @@ p.customize-section-description {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper .new-content-item {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.customize-control-dropdown-pages .new-content-item-wrapper .new-content-item label {
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
#available-menu-items .new-content-item .create-item-input,
|
||||
.customize-control-dropdown-pages .new-content-item .create-item-input {
|
||||
flex-grow: 10;
|
||||
@@ -1815,11 +1833,6 @@ p.customize-section-description {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.themes-filter-bar .feature-filter-toggle {
|
||||
float: right;
|
||||
margin: 3px 0 3px 25px;
|
||||
}
|
||||
|
||||
.themes-filter-bar .feature-filter-toggle:before {
|
||||
content: "\f111";
|
||||
margin: 0 5px 0 0;
|
||||
@@ -1880,12 +1893,6 @@ p.customize-section-description {
|
||||
animation: .6s themes-fade-in 1;
|
||||
}
|
||||
|
||||
.control-panel-themes .filter-themes-count {
|
||||
position: relative;
|
||||
float: right;
|
||||
line-height: 2.6;
|
||||
}
|
||||
|
||||
.control-panel-themes .filter-themes-count .themes-displayed {
|
||||
font-weight: 600;
|
||||
color: #50575e;
|
||||
@@ -2097,6 +2104,28 @@ p.customize-section-description {
|
||||
box-sizing: border-box;
|
||||
border-bottom: 1px solid #dcdcde;
|
||||
}
|
||||
.customize-preview-header.themes-filter-bar,
|
||||
.customize-preview-header.themes-filter-bar .search-form {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.customize-preview-header.themes-filter-bar .search-form-input {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.customize-preview-header .filter-themes-wrapper {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
grid-template-columns: auto 1fr;
|
||||
}
|
||||
|
||||
.customize-preview-header .filter-themes-wrapper .filter-themes-count {
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1670px) {
|
||||
.customize-preview-header.themes-filter-bar {
|
||||
@@ -2109,6 +2138,9 @@ p.customize-section-description {
|
||||
.themes-filter-bar .themes-filter-container {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.themes-filter-bar .wp-filter-search {
|
||||
@@ -2117,11 +2149,10 @@ p.customize-section-description {
|
||||
max-width: 100%;
|
||||
width: 40%;
|
||||
min-width: 300px;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
left: 25px;
|
||||
height: 32px;
|
||||
margin: 1px 0;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/* Unstick the filter bar on short windows/screens. This breakpoint is based on the
|
||||
@@ -2155,18 +2186,31 @@ p.customize-section-description {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
@media screen and (max-width: 960px) {
|
||||
.customize-preview-header.themes-filter-bar {
|
||||
height: 86px;
|
||||
padding-top: 46px;
|
||||
height: 96px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
.themes-filter-bar .wp-filter-search {
|
||||
width: calc(100% - 50px);
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.customize-preview-header.themes-filter-bar,
|
||||
.customize-preview-header.themes-filter-bar .search-form
|
||||
.themes-filter-bar .themes-filter-container {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.customize-preview-header.themes-filter-bar .search-form-input {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.filter-drawer {
|
||||
top: 86px;
|
||||
}
|
||||
@@ -2580,7 +2624,7 @@ body.adding-widget .add-new-widget:before,
|
||||
}
|
||||
|
||||
#available-widgets-list {
|
||||
top: 60px;
|
||||
top: 82px;
|
||||
position: absolute;
|
||||
overflow: auto;
|
||||
bottom: 0;
|
||||
@@ -2624,7 +2668,7 @@ body.adding-widget .add-new-widget:before,
|
||||
#available-widgets-filter .search-icon {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 15px; /* 13 container padding +1 input margin +1 input border */
|
||||
bottom: 15px; /* 13 container padding +1 input margin +1 input border */
|
||||
left: 16px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -2634,9 +2678,9 @@ body.adding-widget .add-new-widget:before,
|
||||
}
|
||||
|
||||
#available-widgets-filter .clear-results,
|
||||
#available-menu-items-search .clear-results {
|
||||
#available-menu-items-search .accordion-section-title .clear-results {
|
||||
position: absolute;
|
||||
top: 15px; /* 13 container padding +1 input margin +1 input border */
|
||||
top: 36px; /* 13 container padding +1 input margin +1 input border */
|
||||
right: 16px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
@@ -2695,8 +2739,8 @@ body.adding-widget .add-new-widget:before,
|
||||
|
||||
.themes-filter-bar .search-icon {
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
left: 26px;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
z-index: 1;
|
||||
color: #646970;
|
||||
height: 30px;
|
||||
@@ -2814,8 +2858,8 @@ body.adding-widget .add-new-widget:before,
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.wp-core-ui .themes-filter-bar .feature-filter-toggle {
|
||||
margin: 3px 0 3px 25px;
|
||||
.customize-preview-header.themes-filter-bar .search-icon {
|
||||
top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2952,22 +2996,18 @@ body.adding-widget .add-new-widget:before,
|
||||
}
|
||||
|
||||
#available-widgets-list {
|
||||
top: 130px;
|
||||
top: 152px;
|
||||
}
|
||||
|
||||
#available-menu-items-search .clear-results,
|
||||
#available-menu-items-search .search-icon {
|
||||
top: 85px; /* 70 section title height + 13 container padding +1 input margin +1 input border */
|
||||
#available-menu-items-search .clear-results {
|
||||
top: 36px;
|
||||
right: 16px;
|
||||
}
|
||||
|
||||
.reorder,
|
||||
.reordering .reorder-done {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.wp-core-ui .themes-filter-bar .feature-filter-toggle {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
|
||||
Reference in New Issue
Block a user