-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom CSS: add deprecation warning for Start Fresh option (#37193)
* Custom CSS: add deprecation warning for Start Fresh option * Fix Phan warning * Make wordpress.org link external * Add deprecation date * Include deprecated mention in label * Update initial state in the Jetpack dashboard and settings only * Add warning in the frontend * Update notice content * Add missing check for the FE warning * Inline styles * Quit early start fresh check for block based themes * Update projects/plugins/jetpack/modules/custom-css/custom-css/js/core-customizer-css.core-4.9.js Co-authored-by: Karen Attfield <[email protected]> --------- Co-authored-by: Karen Attfield <[email protected]>
- Loading branch information
1 parent
e3a5254
commit cca4617
Showing
6 changed files
with
229 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,3 +51,7 @@ | |
padding: rem(16px) 0 0; | ||
} | ||
} | ||
|
||
.jp-custom-css__deprecation-warning { | ||
margin-bottom: 1rem; | ||
} |
4 changes: 4 additions & 0 deletions
4
projects/plugins/jetpack/changelog/update-custom-css-start-fresh-warning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: other | ||
|
||
Custom CSS: add deprecation warning for Start Fresh option |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters