wp/wp-includes/blocks/button/editor.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    22 }
    22 }
    23 
    23 
    24 div[data-type="core/button"]{
    24 div[data-type="core/button"]{
    25   display:table;
    25   display:table;
    26 }
    26 }
    27 
       
    28 .editor-styles-wrapper .wp-block-button[style*=text-decoration] .wp-block-button__link{
       
    29   text-decoration:inherit;
       
    30 }