Make WordPress Core

Ticket #45634: 45634.patch

File 45634.patch, 1.8 KB (added by faisal03, 6 years ago)
  • src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss

     
    249249                        text-decoration: none;
    250250                }
    251251
    252                 // Classic editor audio embeds.
     252                // Classic Editor audio embeds.
    253253                .wp-audio-shortcode {
    254254                        max-width: calc(100vw - (2 * #{ $size__spacing-unit }));
    255255
  • src/wp-content/themes/twentynineteen/style-editor.css

     
    757757  color: #767676;
    758758}
    759759
    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 */
    761761.wp-block[data-type="core/freeform"] .mce-btn i {
    762762        font-family: dashicons !important;
    763763}
  • src/wp-content/themes/twentynineteen/style-editor.scss

     
    737737        }
    738738}
    739739
    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 */
    741741.wp-block[data-type="core/freeform"] .mce-btn i {
    742742        font-family: dashicons !important;
    743743}