Make WordPress Core

Ticket #60239: 60239.2.patch

File 60239.2.patch, 567 bytes (added by sabernhardt, 11 months ago)

setting border width in Quote block section, where it would not need !important, and adding RTL

  • src/wp-content/themes/twentysixteen/css/blocks.css

     
    7474
    7575/* Quote */
    7676
     77.wp-block-quote {
     78        border-width: 0 0 0 4px;
     79}
     80
     81.rtl .wp-block-quote {
     82        border-width: 0 4px 0 0;
     83}
     84
    7785.wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
    7886.wp-block-quote:not(.is-large):not(.is-style-large).alignright {
    7987        border-left: none;