Skip to content

Commit

Permalink
Refresh WordPress Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Oct 7, 2024
1 parent d0c977c commit 5ea3115
Show file tree
Hide file tree
Showing 39 changed files with 633 additions and 698 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
border:1px dashed;
content:"";
display:flex;
flex:1 0 48px;
min-height:46px;
flex:1 0 40px;
min-height:38px;
pointer-events:none;
}
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-button-block-appender,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
border:1px dashed;
content:"";
display:flex;
flex:1 0 48px;
min-height:46px;
flex:1 0 40px;
min-height:38px;
pointer-events:none;
}
.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-button-block-appender,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,30 @@
}

.block-directory-downloadable-block-list-item{
appearance:none;
background:none;
border:0;
display:grid;
grid-template-columns:auto 1fr;
height:auto;
margin:0;
padding:12px;
position:relative;
text-align:right;
transition:box-shadow .1s linear;
width:100%;
}
.block-directory-downloadable-block-list-item:hover{
.block-directory-downloadable-block-list-item+.block-directory-downloadable-block-list-item{
margin-top:4px;
}
.block-directory-downloadable-block-list-item:not([aria-disabled=true]){
cursor:pointer;
}
.block-directory-downloadable-block-list-item:hover,.block-directory-downloadable-block-list-item[data-focus-visible]{
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline:2px solid #0000;
}
.block-directory-downloadable-block-list-item.is-busy{
background:#0000;
}
.block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author{
.block-directory-downloadable-block-list-item.is-installing .block-directory-downloadable-block-list-item__author{
border:0;
clip:rect(1px, 1px, 1px, 1px);
clip-path:inset(50%);
Expand All @@ -91,9 +99,6 @@
width:1px;
word-wrap:normal !important;
}
.block-directory-downloadable-block-list-item:disabled,.block-directory-downloadable-block-list-item[aria-disabled]{
opacity:1;
}

.block-directory-downloadable-block-list-item__icon{
align-self:flex-start;
Expand Down Expand Up @@ -176,14 +181,6 @@
margin:0 0 4px;
}

.block-directory-downloadable-blocks-panel__description{
margin-top:0;
}

.block-directory-downloadable-blocks-panel button{
margin-top:4px;
}

.installed-blocks-pre-publish-panel__copy{
.block-directory-downloadable-blocks-panel__description,.installed-blocks-pre-publish-panel__copy{
margin-top:0;
}

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

Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,30 @@
}

.block-directory-downloadable-block-list-item{
appearance:none;
background:none;
border:0;
display:grid;
grid-template-columns:auto 1fr;
height:auto;
margin:0;
padding:12px;
position:relative;
text-align:left;
transition:box-shadow .1s linear;
width:100%;
}
.block-directory-downloadable-block-list-item:hover{
.block-directory-downloadable-block-list-item+.block-directory-downloadable-block-list-item{
margin-top:4px;
}
.block-directory-downloadable-block-list-item:not([aria-disabled=true]){
cursor:pointer;
}
.block-directory-downloadable-block-list-item:hover,.block-directory-downloadable-block-list-item[data-focus-visible]{
box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline:2px solid #0000;
}
.block-directory-downloadable-block-list-item.is-busy{
background:#0000;
}
.block-directory-downloadable-block-list-item.is-busy .block-directory-downloadable-block-list-item__author{
.block-directory-downloadable-block-list-item.is-installing .block-directory-downloadable-block-list-item__author{
border:0;
clip:rect(1px, 1px, 1px, 1px);
clip-path:inset(50%);
Expand All @@ -91,9 +99,6 @@
width:1px;
word-wrap:normal !important;
}
.block-directory-downloadable-block-list-item:disabled,.block-directory-downloadable-block-list-item[aria-disabled]{
opacity:1;
}

.block-directory-downloadable-block-list-item__icon{
align-self:flex-start;
Expand Down Expand Up @@ -176,14 +181,6 @@
margin:0 0 4px;
}

.block-directory-downloadable-blocks-panel__description{
margin-top:0;
}

.block-directory-downloadable-blocks-panel button{
margin-top:4px;
}

.installed-blocks-pre-publish-panel__copy{
.block-directory-downloadable-blocks-panel__description,.installed-blocks-pre-publish-panel__copy{
margin-top:0;
}
Loading

0 comments on commit 5ea3115

Please sign in to comment.