Ticket #55910: 55910.4.patch
File 55910.4.patch, 1.3 KB (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
619 619 width: 1px; 620 620 } 621 621 622 hr.wp-block-separator::before {622 .editor-styles-wrapper hr.wp-block-separator::before { 623 623 right: calc(50% - 5px); 624 left: auto; 624 625 } 625 626 626 hr.wp-block-separator::after {627 .editor-styles-wrapper hr.wp-block-separator::after { 627 628 left: calc(50% - 5px); 629 right: auto; 630 border-radius: 0; 628 631 } 629 632 630 633 /* STYLE: DOTS */ -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
623 623 width: 1px; 624 624 } 625 625 626 hr.wp-block-separator::before {626 .editor-styles-wrapper hr.wp-block-separator::before { 627 627 left: calc(50% - 5px); 628 right: auto; 628 629 } 629 630 630 hr.wp-block-separator::after {631 .editor-styles-wrapper hr.wp-block-separator::after { 631 632 right: calc(50% - 5px); 633 left: auto; 634 border-radius: 0; 632 635 } 633 636 634 637 /* STYLE: DOTS */