Ticket #49610: 49610-2.patch
| File 49610-2.patch, 1.9 KB (added by , 6 years ago) |
|---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
30 30 font-size: inherit; 31 31 } 32 32 33 .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle:not(:hover):not(:focus),34 .block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle:not(:hover):not(:focus) {35 color: inherit;36 }37 38 39 33 /* Fonts ------------------------------------- */ 40 34 41 35 /* -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
30 30 font-size: inherit; 31 31 } 32 32 33 .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle:not(:hover):not(:focus),34 .block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle:not(:hover):not(:focus) {35 color: inherit;36 }37 38 39 33 /* Fonts ------------------------------------- */ 40 34 41 35 /* -
src/wp-content/themes/twentytwenty/functions.php
555 555 ) 556 556 ); 557 557 558 add_theme_support( 'editor-styles' ); 559 558 560 // If we have a dark background color then add support for dark editor style. 559 561 // We can determine if the background color is dark by checking if the text-color is white. 560 562 if ( '#ffffff' === strtolower( twentytwenty_get_color_for_area( 'content', 'text' ) ) ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)