wp core update 6.6
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
display:flex;
|
||||
height:48px;
|
||||
justify-content:center;
|
||||
margin:auto;
|
||||
padding:0;
|
||||
position:relative;
|
||||
width:48px;
|
||||
@@ -73,6 +74,18 @@
|
||||
opacity:1;
|
||||
pointer-events:auto;
|
||||
}
|
||||
.wp-block-post-featured-image.is-transient{
|
||||
position:relative;
|
||||
}
|
||||
.wp-block-post-featured-image.is-transient img{
|
||||
opacity:.3;
|
||||
}
|
||||
.wp-block-post-featured-image.is-transient .components-spinner{
|
||||
left:50%;
|
||||
position:absolute;
|
||||
top:50%;
|
||||
transform:translate(-50%, -50%);
|
||||
}
|
||||
|
||||
div[data-type="core/post-featured-image"] img{
|
||||
display:block;
|
||||
|
||||
Reference in New Issue
Block a user