Changeset 47607
- Timestamp:
- 04/21/2020 07:15:20 PM (5 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r47534 r47607 30 30 font-size: inherit; 31 31 } 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 32 39 33 /* Fonts ------------------------------------- */ -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r47534 r47607 30 30 font-size: inherit; 31 31 } 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 32 39 33 /* Fonts ------------------------------------- */ -
trunk/src/wp-content/themes/twentytwenty/functions.php
r47139 r47607 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.
Note: See TracChangeset
for help on using the changeset viewer.