Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/wp-content/themes/twentyten/editor-blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,3 @@ p.has-drop-cap:not(:focus)::first-letter {
:root .editor-styles-wrapper .has-white-background-color:visited {
background-color: #fff;
}

/* Inserter Icon */

.editor-styles-wrapper .block-editor-inserter path {
color: #fff;
}
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentyten/editor-style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Theme Name: Twenty Ten
/*
Used to style the TinyMCE editor.
*/
html .mceContentBody{
html .mceContentBody {
direction: rtl;
unicode-bidi: embed;
float: right;
width: 640px;
}
* {
body {
font-family: Arial, Tahoma, sans-serif;
}
/* Text elements */
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyten/editor-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Used to style the TinyMCE editor.
html .mceContentBody {
max-width: 640px;
}
* {
body {
color: #444;
font-family: Georgia, "Bitstream Charter", serif;
line-height: 1.5;
Expand Down