Make WordPress Core

Ticket #62010: 62010.diff

File 62010.diff, 1.9 KB (added by sabernhardt, 9 months ago)

adds selectors with .editor-styles-wrapper and/or .wp-block-post-title for typography rulesets

  • src/wp-content/themes/twentytwelve/css/editor-blocks.css

     
    19191.0 General Typography
    2020--------------------------------------------------------------*/
    2121
     22.editor-styles-wrapper,
     23.editor-styles-wrapper p,
    2224.edit-post-visual-editor .editor-block-list__block,
    2325.edit-post-visual-editor .editor-block-list__block p,
    2426.editor-default-block-appender textarea.editor-default-block-appender__content {
     
    2527        font-size: 14px;
    2628}
    2729
     30.editor-styles-wrapper,
    2831.editor-default-block-appender textarea.editor-default-block-appender__content {
    2932        font-family: "Open Sans", Helvetica, Arial, sans-serif;
    3033}
    3134
     35.editor-styles-wrapper,
    3236.edit-post-visual-editor .editor-block-list__block {
    3337        color: #444;
    3438}
    3539
     40.editor-styles-wrapper .wp-block-post-title,
    3641.editor-post-title__block .editor-post-title__input {
    3742        font-family: "Open Sans", Helvetica, Arial, sans-serif;
    3843        font-size: 20px;
     
    4045}
    4146
    4247@media screen and (min-width: 600px) {
     48        .editor-styles-wrapper .wp-block-post-title,
    4349        .editor-post-title__block .editor-post-title__input {
    4450                font-size: 22px;
    4551        }
    4652}
    4753
     54.editor-styles-wrapper h1,
    4855.wp-block-freeform.block-library-rich-text__tinymce h1 {
    4956        font-size: 21px;
    5057}
    5158
     59.editor-styles-wrapper h2,
    5260.wp-block-freeform.block-library-rich-text__tinymce h2 {
    5361        font-size: 18px;
    5462}
    5563
     64.editor-styles-wrapper h3,
    5665.wp-block-freeform.block-library-rich-text__tinymce h3 {
    5766        font-size: 16px;
    5867}
    5968
     69.editor-styles-wrapper h4,
    6070.wp-block-freeform.block-library-rich-text__tinymce h4 {
    6171        font-size: 14px;
    6272}
    6373
     74.editor-styles-wrapper h5,
    6475.wp-block-freeform.block-library-rich-text__tinymce h5 {
    6576        font-size: 13px;
    6677}
    6778
     79.editor-styles-wrapper h6,
    6880.wp-block-freeform.block-library-rich-text__tinymce h6 {
    6981        font-size: 12px;
    7082}