Skip to content

Commit 5d74a3a

Browse files
committed
Merge remote-tracking branch 'origin/MC-35227' into 2.4-develop-pr143
2 parents 5939e8c + 7c69583 commit 5d74a3a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

app/design/frontend/Magento/blank/web/css/source/_actions-toolbar.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
margin-bottom: 0;
2828
}
2929
}
30+
31+
> .secondary {
32+
.action.back {
33+
display: none;
34+
}
35+
}
3036
}
3137
}
3238

app/design/frontend/Magento/blank/web/css/source/_theme.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
// Theme file should contain declarations (overrides) ONLY OF EXISTING variables
1111
// Otherwise this theme won't be available for parent nesting
1212
// All new variables should be placed in local theme lib or local theme files
13+
14+
// Form field note icon
15+
@form-field-note-icon-font__content: false;

0 commit comments

Comments
 (0)