wp/wp-includes/blocks/social-link/editor.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     8   border:0;
     8   border:0;
     9   box-sizing:border-box;
     9   box-sizing:border-box;
    10   color:currentColor;
    10   color:currentColor;
    11   cursor:pointer;
    11   cursor:pointer;
    12   display:inline-flex;
    12   display:inline-flex;
       
    13   font-family:inherit;
    13   font-size:inherit;
    14   font-size:inherit;
       
    15   font-weight:inherit;
    14   height:auto;
    16   height:auto;
       
    17   margin:0;
    15   opacity:1;
    18   opacity:1;
    16   padding:.25em;
    19   padding:.25em;
    17 }
    20 }
    18 .wp-block-social-link-anchor:focus:not(:disabled){
    21 .wp-block-social-link-anchor:hover{
    19   border-radius:2px;
    22   transform:none;
    20   box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
       
    21   outline:3px solid #0000;
       
    22 }
    23 }
    23 
    24 
    24 :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button){
    25 :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link button){
    25   padding-left:.66667em;
    26   padding-left:.6666666667em;
    26   padding-right:.66667em;
    27   padding-right:.6666666667em;
    27 }
    28 }
    28 
    29 
    29 :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button){
    30 :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link button){
    30   padding:0;
    31   padding:0;
    31 }
    32 }
       
    33 
       
    34 .wp-block-social-link__toolbar_content_text{
       
    35   width:250px;
       
    36 }