Make WordPress Core

Ticket #56167: 56167.3.patch

File 56167.3.patch, 1.3 KB (added by sabernhardt, 4 years ago)

adding rtl:ignore

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

     
    306306        text-align: center;
    307307}
    308308
     309.editor-styles-wrapper .wp-block-post-title.has-text-align-left {
     310        text-align: left;
     311}
     312
     313.editor-styles-wrapper .wp-block-post-title.has-text-align-right {
     314        text-align: right;
     315}
     316
    309317/* DROP CAP */
    310318
    311319.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

     
    306306        text-align: center;
    307307}
    308308
     309.editor-styles-wrapper .wp-block-post-title.has-text-align-left {
     310
     311        /*rtl:ignore*/
     312        text-align: left;
     313}
     314
     315.editor-styles-wrapper .wp-block-post-title.has-text-align-right {
     316
     317        /*rtl:ignore*/
     318        text-align: right;
     319}
     320
    309321/* DROP CAP */
    310322
    311323.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter {