Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

fix-739 #740

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion sass/site/primary/_posts-and-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
text-decoration: none;
}

// Classic editor audio embeds.
// Classic Editor audio embeds.
.wp-audio-shortcode {
max-width: calc(100vw - (2 * #{ $size__spacing-unit }));

Expand Down
2 changes: 1 addition & 1 deletion style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ ul.wp-block-archives li ul,
color: #767676;
}

/* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */
/* Make sure our non-latin font overrides don't overwrite the iconfont used in the Classic Editor toolbar */
.wp-block[data-type="core/freeform"] .mce-btn i {
font-family: dashicons !important;
}
2 changes: 1 addition & 1 deletion style-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ ul.wp-block-archives,
}
}

/* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */
/* Make sure our non-latin font overrides don't overwrite the iconfont used in the Classic Editor toolbar */
.wp-block[data-type="core/freeform"] .mce-btn i {
font-family: dashicons !important;
}