Changeset 43962
- Timestamp:
- 12/04/2018 04:11:11 AM (6 years ago)
- Location:
- branches/5.0/src/wp-content/themes/twentynineteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/style-editor.css
r43961 r43962 757 757 color: #767676; 758 758 } 759 760 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */ 761 .wp-block[data-type="core/freeform"] .mce-btn i { 762 font-family: dashicons !important; 763 } -
branches/5.0/src/wp-content/themes/twentynineteen/style-editor.scss
r43961 r43962 737 737 } 738 738 } 739 740 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */ 741 .wp-block[data-type="core/freeform"] .mce-btn i { 742 font-family: dashicons !important; 743 }
Note: See TracChangeset
for help on using the changeset viewer.