Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.3.4] - 2026-02-23

### Changed

- Refactor `.actions-split` button, pagebuilder standard/connected buttons to `M137 Design System` v1.1.0
- Refactor `.admin__field-label` and `.control-value` top gap, paypal reports page
- Refactor modal `.message` gaps, colors
- Style `Newsletter Problems Report` and customer newsletter grid
- Refactor `.admin__actions-switch` to to `M137 Design System` v1.1.0

## [1.3.3] - 2026-02-03

### Changed
Expand Down
8 changes: 8 additions & 0 deletions Magento_Customer/web/css/source/_extend.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
.admin__data-grid-wrap {
padding: 0;
}

.data-grid {
.a-center {
&:not(.col-action) {
text-align: unset;
}
}
}
}

.customer-address-form {
Expand Down
41 changes: 41 additions & 0 deletions Magento_LoginAsCustomerAdminUi/web/css/source/_extend.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

//
// Customers > | Customers | All Customers > Customer > Login as Customer
// _____________________________________________

//
// Variables
// _____________________________________________

// @lac-confirm-popup-title-background-color: #ccc;
@lac-confirm-popup-content-color: @neutral-20;


//
// Common
// _____________________________________________

& when (@media-common = true) {
.modal-popup.confirm.lac-confirm {
.modal-title {
border-bottom: unset;
padding-bottom: unset;
}

.modal-content {
.message {
margin-bottom: @indent__s;

&:last-child {
margin-bottom: 0;
}
}

.message-warning {
&:before {
left: @alert__padding-left;
}
}
}
}
}
21 changes: 21 additions & 0 deletions Magento_Newsletter/web/css/source/_extend.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,24 @@
height: 100%;
}
}

//
// Newsletter Problems
// _____________________________________________

.newsletter-problem-index {
.admin__old {
.main-col {
.form-buttons {
button {
&:extend(.action-secondary all);
margin-right: @indent__m;
}
}

> .form-buttons {
margin-top: @indent__l;
}
}
}
}
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git clone git@github.com:mage-os/module-theme-adminhtml-switcher.git ./app/code/
### Feature/Page Coverage

- [x] Dashboard
- [ ] Sales
- [x] Sales
- [x] Orders
- [x] Order
- [x] Billing Address Edit
Expand All @@ -52,10 +52,10 @@ git clone git@github.com:mage-os/module-theme-adminhtml-switcher.git ./app/code/
- [x] Shipment
- [x] Credit Memos
- [x] Credit Memo
- [ ] Billing Agreements
- [ ] Billing Agreement
- [ ] Transactions
- [ ] Transaction
- [x] Billing Agreements
- [x] Billing Agreement
- [x] Transactions
- [x] Transaction
- [x] Catalog
- [x] Products
- [x] Product
Expand Down Expand Up @@ -83,7 +83,7 @@ git clone git@github.com:mage-os/module-theme-adminhtml-switcher.git ./app/code/
- [x] Icons (folder, chevron)
- [x] Category State Icons / Colour
- [x] Media Gallery
- [ ] Customers
- [x] Customers
- [x] All Customers
- [x] Customer
- [x] Section gaps
Expand All @@ -92,8 +92,8 @@ git clone git@github.com:mage-os/module-theme-adminhtml-switcher.git ./app/code/
- [x] Addresses
- [x] Orders
- [x] Shopping cart
- [ ] Newsletter
- [ ] Billing Agreements
- [x] Newsletter
- [x] Billing Agreements
- [x] Product Reviews
- [x] Wish List
- [x] Now Online
Expand Down Expand Up @@ -192,14 +192,13 @@ git clone git@github.com:mage-os/module-theme-adminhtml-switcher.git ./app/code/
- [x] Theme
- [x] Schedule
- [x] Design Change
- [ ] Reports
- [x] Reports
- Marketing
- [x] Products in Cart
- [x] Search Terms
- [x] Search Term
- [x] Abandoned Carts
- [ ] Newsletter Problem Reports
- [ ] Newsletter Problem Report
- [x] Newsletter Problem Reports
- Reviews
- [x] By Customers
- [x] Customer Review
Expand All @@ -212,7 +211,8 @@ git clone git@github.com:mage-os/module-theme-adminhtml-switcher.git ./app/code/
- [x] Shipping
- [x] Refunds
- [x] Coupons
- [ ] PayPal Settlement
- [x] PayPal Settlement
- [x] View Transaction
- Customers
- [x] Order Total
- [x] Order Count
Expand Down Expand Up @@ -358,7 +358,7 @@ git clone git@github.com:mage-os/module-theme-adminhtml-switcher.git ./app/code/
- [x] Stores > Configuration: Catalog > Catalog > Catalog Search > Button:Test Connection
- [x] Catalog > Products > Product > Customizable Options: gaps, state bgc
- [x] Stores > Attributes > Attribute Set > Icons
- [ ] Refactor Switch
- [x] Refactor Switch


## Changelog
Expand Down
4 changes: 4 additions & 0 deletions web/css/source/expand/_actions.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// Variables
// _____________________________________________

@actions-switcher-handler-default__background-color: @neutral-70;
@actions-switcher-handler-default__height: 12px;
@actions-switcher-handler-default__width: 12px;

@actions-switcher__active__background-color: @blue-50;
@actions-switcher__active__border-color: @blue-50;

Expand Down
12 changes: 12 additions & 0 deletions web/css/source/extend/actions/_actions-switcher.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@
.admin__actions-switch-checkbox {
&:extend(.abs-visually-hidden all);

&:not(:checked) {
+ .admin__actions-switch-label {
&:before {
background: @actions-switcher-handler-default__background-color;
height: @actions-switcher-handler-default__height;
width: @actions-switcher-handler-default__height;
top: .6rem;
left: .6rem;
}
}
}

&:checked {
+ .admin__actions-switch-label {
&::before {
Expand Down
9 changes: 9 additions & 0 deletions web/css/source/extend/components/_modals_extend.less
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,15 @@
}
}

&.confirm,
&.prompt {
.modal-inner-wrap {
.message.message-warning {
background: @alert__warning__background-color;
}
}
}

.modal-footer {
button.action-primary {
&:extend(.abs-action-primary all);
Expand Down
9 changes: 9 additions & 0 deletions web/css/source/extend/forms/_fields.less
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
max-width: unset;
}
}

.control-value {
padding-top: .7rem;
}
}

.admin__form-field-control,
Expand All @@ -118,6 +122,11 @@
// ---------------------------------------------

.admin__field-label {
.admin__field:not(.admin__field-option) > & {
padding-top: .6rem;
line-height: @line-height__base;
}

.required > &,
._required > & {
span {
Expand Down