-
Notifications
You must be signed in to change notification settings - Fork 798
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show cart icon on Simple wp-admin (#39298)
* Added basic cart functionallity to wp-admin wpcom sites * changelog * Fixed typo in class name * Added ab-icon class so that the icon adapts to the profile colors * Return early if the site is not a WPCOM Simple site * Removed unnecessary padding from cart icon * The space between the cart icon and the dot is now of the same color as the active theme * Updated cart icon svg data to exclude a circular segment from the top right corner of the cart * Added default dot color for non-admin context
- Loading branch information
Showing
3 changed files
with
122 additions
and
1 deletion.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
projects/packages/jetpack-mu-wpcom/changelog/add-cart-to-wp-admin
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: minor | ||
Type: added | ||
|
||
Added a shopping cart icon to the masterbar. This icon will be displayed when the user has items in the cart and liks to the checkout page. |
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