Ticket #59801: 59801.inherit-all.patch
| File 59801.inherit-all.patch, 1.9 KB (added by , 18 months ago) |
|---|
-
src/wp-content/themes/twentyfifteen/css/blocks.css
320 320 /* Pullquote */ 321 321 322 322 .wp-block-pullquote { 323 border: 0 ;323 border: 0 solid; 324 324 } 325 325 326 326 .wp-block-pullquote blockquote { 327 327 border: 0; 328 color: inherit; 328 329 margin-left: 0; 329 330 margin-right: 0; 330 331 padding-left: 0; … … 332 333 } 333 334 334 335 .wp-block-pullquote cite { 335 color: #333;336 color: inherit; 336 337 font-family: "Noto Sans", sans-serif; 337 338 font-size: 15px; 338 339 font-style: normal; … … 340 341 text-transform: none; 341 342 } 342 343 343 .wp-block-pullquote[class*="-text-color"] blockquote cite,344 .wp-block-pullquote[style*="color"] blockquote cite {345 color: inherit;346 }347 348 344 @media screen and (min-width: 46.25em) { 349 345 .wp-block-pullquote cite { 350 346 font-size: 17px; -
src/wp-content/themes/twentyfifteen/css/editor-blocks.css
675 675 /* Pullquote */ 676 676 677 677 .wp-block-pullquote, 678 .editor-block-list__block .wp-block-pullquote blockquote { 679 border: 0; 678 .editor-styles-wrapper .wp-block-pullquote blockquote { 679 border: 0 solid; 680 color: inherit; 680 681 margin: 0; 681 682 padding-left: 0; 682 683 } 683 684 684 685 .wp-block-pullquote .wp-block-pullquote__citation { 685 color: #333;686 color: inherit; 686 687 font-family: "Noto Sans", sans-serif; 687 688 font-size: 15px; 688 689 font-style: normal; … … 690 691 text-transform: none; 691 692 } 692 693 693 .wp-block-pullquote[class*="-text-color"] blockquote cite,694 .wp-block-pullquote[style*="color"] blockquote cite {695 color: inherit;696 }697 698 694 @media screen and (min-width: 46.25em) { 699 695 .wp-block-pullquote .wp-block-pullquote__citation { 700 696 font-size: 17px;