Make WordPress Core

Ticket #55910: 55910.4.patch

File 55910.4.patch, 1.3 KB (added by sabernhardt, 2 years ago)

canceling border-radius as well

  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    619619        width: 1px;
    620620}
    621621
    622 hr.wp-block-separator::before {
     622.editor-styles-wrapper hr.wp-block-separator::before {
    623623        right: calc(50% - 5px);
     624        left: auto;
    624625}
    625626
    626 hr.wp-block-separator::after {
     627.editor-styles-wrapper hr.wp-block-separator::after {
    627628        left: calc(50% - 5px);
     629        right: auto;
     630        border-radius: 0;
    628631}
    629632
    630633/* STYLE: DOTS */
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    623623        width: 1px;
    624624}
    625625
    626 hr.wp-block-separator::before {
     626.editor-styles-wrapper hr.wp-block-separator::before {
    627627        left: calc(50% - 5px);
     628        right: auto;
    628629}
    629630
    630 hr.wp-block-separator::after {
     631.editor-styles-wrapper hr.wp-block-separator::after {
    631632        right: calc(50% - 5px);
     633        left: auto;
     634        border-radius: 0;
    632635}
    633636
    634637/* STYLE: DOTS */