Ticket #45634: 45634.patch
File 45634.patch, 1.8 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss
249 249 text-decoration: none; 250 250 } 251 251 252 // Classic editor audio embeds.252 // Classic Editor audio embeds. 253 253 .wp-audio-shortcode { 254 254 max-width: calc(100vw - (2 * #{ $size__spacing-unit })); 255 255 -
src/wp-content/themes/twentynineteen/style-editor.css
757 757 color: #767676; 758 758 } 759 759 760 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */760 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the Classic Editor toolbar */ 761 761 .wp-block[data-type="core/freeform"] .mce-btn i { 762 762 font-family: dashicons !important; 763 763 } -
src/wp-content/themes/twentynineteen/style-editor.scss
737 737 } 738 738 } 739 739 740 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */740 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the Classic Editor toolbar */ 741 741 .wp-block[data-type="core/freeform"] .mce-btn i { 742 742 font-family: dashicons !important; 743 743 }