Skip to content

Commit 3b54d37

Browse files
committed
ACP2E-3864: Update copyrights for PB and fix static failures
1 parent 48f9a3e commit 3b54d37

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_template-manager.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
// * All Rights Reserved.
44
// */
55

6-
// @codingStandardsIgnoreFile
6+
/**
7+
* @codingStandardsIgnoreStart
8+
*/
79
.pagebuilder-stage.capture .pagebuilder-canvas {
810
margin: -10px;
911
padding: 10px;
@@ -125,3 +127,4 @@
125127
font-size: inherit;
126128
}
127129
}
130+
// @codeCoverageIgnoreEnd

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/banner/_default.less

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,18 @@
136136
//
137137
// Default appearance styles rendered through Block only
138138
// _____________________________________________________
139-
139+
/**
140+
* @codingStandardsIgnoreStart
141+
*/
140142
[data-content-type='banner'] {
141143
.pagebuilder-banner-wrapper {
142144
overflow-wrap: break-word;
143145
word-wrap: break-word;
144-
// @codingStandardsIgnoreStart
146+
145147
.pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
146148
max-width: 540px;
147149
}
148-
// @codingStandardsIgnoreEnd
150+
149151
[data-element='content'] {
150152
min-height: 50px;
151153
}
@@ -166,3 +168,4 @@
166168
}
167169
}
168170
}
171+
// @codeCoverageIgnoreEnd

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/banner/_mobile.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
// Default appearance styles rendered through Mobile viewport
88
// _____________________________________________________
99

10-
// @codingStandardsIgnoreStart
10+
/**
11+
* @codingStandardsIgnoreStart
12+
*/
1113
.mobile-viewport {
1214
.pagebuilder-banner-wrapper {
1315
.pagebuilder-overlay:not(.pagebuilder-poster-overlay) {

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item/_default.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
4646
transition: all .3s;
4747
visibility: hidden;
4848
width: 14px;
49-
// @codingStandardsIgnoreStart
49+
/**
50+
* @codingStandardsIgnoreStart
51+
*/
5052
&.disabled:before {
5153
color: @color-light-gray;
5254
cursor: not-allowed;

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/tabs/_default.less

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
// Default appearance styles
88
// _____________________________________________
99

10-
10+
/**
11+
* @codingStandardsIgnoreStart
12+
*/
1113
@color-gray: #ccc;
1214

1315
div[data-content-type='tabs'],
@@ -220,4 +222,4 @@ div[data-content-type='tabs'] {
220222
.pagebuilder-content-type-hidden .pagebuilder-content-type.pagebuilder-tabs .tabs-navigation li.tab-header.ui-state-active {
221223
z-index: 10;
222224
}
223-
225+
// @codingStandardsIgnoreEnd

0 commit comments

Comments
 (0)