Ticket #45424: 45424.9.1.patch
File 45424.9.1.patch, 1.0 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/style-editor.css
757 757 line-height: 1.6; 758 758 color: #767676; 759 759 } 760 761 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */ 762 .wp-block[data-type="core/freeform"] .mce-btn i { 763 font-family: dashicons !important; 764 } -
src/wp-content/themes/twentynineteen/style-editor.scss
753 753 } 754 754 } 755 755 } 756 757 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */ 758 .wp-block[data-type="core/freeform"] .mce-btn i { 759 font-family: dashicons !important; 760 }