wp/wp-includes/blocks/post-featured-image/editor-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    66   min-height:48px;
    66   min-height:48px;
    67   min-width:48px;
    67   min-width:48px;
    68   width:100%;
    68   width:100%;
    69 }
    69 }
    70 .wp-block-post-featured-image>a{
    70 .wp-block-post-featured-image>a{
    71   cursor:default;
    71   pointer-events:none;
    72 }
    72 }
    73 .wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-button,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__instructions,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__label{
    73 .wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-button,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__instructions,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__label{
    74   opacity:1;
    74   opacity:1;
    75   pointer-events:auto;
    75   pointer-events:auto;
    76 }
    76 }