Skip to content

Commit 0c59a23

Browse files
tbradshamatticbot
authored andcommitted
Stylelint: Fix indentation rules (#44374)
* @stylistic/indentation: js-packages * @stylistic/indentation: packages * @stylistic/indentation: plugins/crm * @stylistic/indentation: plugins/jetpack * @stylistic/indentation: plugins (other) * @stylistic/indentation: missed these * @stylistic/indentation: fix false positives * Add changelogs * Unstick GH Actions Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16375589207 Upstream-Ref: Automattic/jetpack@b43a81e
1 parent e465aa1 commit 0c59a23

File tree

18 files changed

+542
-542
lines changed

18 files changed

+542
-542
lines changed

custom-colors/css/colors-control-beta.css

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,34 @@
3737
}
3838

3939
.color-grid.main li {
40-
height: 55px;
41-
width: 55px;
42-
background-image: radial-gradient( center top, circle farthest-side, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 80% );
43-
background-position: center center;
44-
background-size: cover;
45-
border: 2px solid #fff;
46-
border-radius: 50%;
47-
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
40+
height: 55px;
41+
width: 55px;
42+
background-image: radial-gradient( center top, circle farthest-side, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 80% );
43+
background-position: center center;
44+
background-size: cover;
45+
border: 2px solid #fff;
46+
border-radius: 50%;
47+
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
4848
}
4949

5050
.disable-background .color-grid.main li,
5151
.enable-background .color-grid.main li {
52-
display: inline-block;
53-
float: none;
52+
display: inline-block;
53+
float: none;
5454
}
5555

5656
.color-grid.main li:not(:last-child) {
57-
margin-right: 7px;
57+
margin-right: 7px;
5858
}
5959

6060
.enable-background .color-grid.main li.bg {
61-
position: relative;
62-
background-size: 100% 100%;
63-
border-radius: 2%;
64-
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
65-
height: 55px;
66-
margin-bottom: 0;
67-
width: 100%;
61+
position: relative;
62+
background-size: 100% 100%;
63+
border-radius: 2%;
64+
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
65+
height: 55px;
66+
margin-bottom: 0;
67+
width: 100%;
6868
}
6969

7070
.enable-background .color-grid.main .text-placeholder {
@@ -142,8 +142,8 @@
142142
opacity: 0.4;
143143
float: left;
144144
position: relative;
145-
left: 14px;
146-
top: 20px;
145+
left: 14px;
146+
top: 20px;
147147
text-shadow: 0 0 2px rgba(0,0,0,0.4);
148148
}
149149

@@ -156,7 +156,7 @@
156156
}
157157

158158
.enable-background .action-button-wrap + .customize-control-title {
159-
padding-top: 30px;
159+
padding-top: 30px;
160160
}
161161

162162
.action-button-wrap {
@@ -192,7 +192,7 @@ a.button.right-pill {
192192
}
193193

194194
.color-grid .bg .change-background {
195-
position: absolute;
195+
position: absolute;
196196
bottom: 12px;
197197
right: 5px;
198198
}
@@ -226,7 +226,7 @@ a.button.right-pill {
226226
display: none;
227227
padding: 50px 20px 20px;
228228
position: relative;
229-
left: -20px;
229+
left: -20px;
230230
width: 260px;
231231
z-index: 2;
232232
}
@@ -246,7 +246,7 @@ a.button.right-pill {
246246
line-height: 15px;
247247
padding: 8px 18px;
248248
position: relative;
249-
top: -10px;
249+
top: -10px;
250250
text-align: center;
251251
}
252252

@@ -447,9 +447,9 @@ a.button.right-pill {
447447
font-size: 10px;
448448
opacity: 0.7;
449449
position: absolute;
450-
bottom: 5px;
451-
right: 0;
452-
left: 0;
450+
bottom: 5px;
451+
right: 0;
452+
left: 0;
453453
text-indent: 5px;
454454
line-height: 1.5;
455455
padding-bottom: 1px;
@@ -538,8 +538,8 @@ a.button.right-pill {
538538

539539
input#iris {
540540
position: absolute;
541-
bottom: 0;
542-
left: 10px;
541+
bottom: 0;
542+
left: 10px;
543543
}
544544

545545
/*
@@ -557,10 +557,10 @@ input#iris {
557557
background: #191919;
558558
padding: 40px 20px;
559559
position: absolute;
560-
top: 0;
561-
left: 0;
562-
right: 0;
563-
bottom: 0;
560+
top: 0;
561+
left: 0;
562+
right: 0;
563+
bottom: 0;
564564
z-index: 5;
565565
}
566566

custom-colors/css/colors-control.css

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -38,34 +38,34 @@
3838
}
3939

4040
.color-grid.main li {
41-
height: 55px;
42-
width: 55px;
43-
background-image: radial-gradient( center top, circle farthest-side, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 80% );
44-
background-position: center center;
45-
background-size: cover;
46-
border: 2px solid #fff;
47-
border-radius: 50%;
48-
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
41+
height: 55px;
42+
width: 55px;
43+
background-image: radial-gradient( center top, circle farthest-side, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 80% );
44+
background-position: center center;
45+
background-size: cover;
46+
border: 2px solid #fff;
47+
border-radius: 50%;
48+
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
4949
}
5050

5151
.disable-background .color-grid.main li,
5252
.enable-background .color-grid.main li {
53-
display: inline-block;
54-
float: none;
53+
display: inline-block;
54+
float: none;
5555
}
5656

5757
.color-grid.main li:not(:last-child) {
58-
margin-right: 7px;
58+
margin-right: 7px;
5959
}
6060

6161
.enable-background .color-grid.main li.bg {
62-
position: relative;
63-
background-size: 100% 100%;
64-
border-radius: 2%;
65-
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
66-
height: 55px;
67-
margin-bottom: 20px;
68-
width: 100%;
62+
position: relative;
63+
background-size: 100% 100%;
64+
border-radius: 2%;
65+
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
66+
height: 55px;
67+
margin-bottom: 20px;
68+
width: 100%;
6969
}
7070

7171
.enable-background .color-grid.main .text-placeholder {
@@ -134,8 +134,8 @@
134134
opacity: 0.4;
135135
float: left;
136136
position: relative;
137-
left: 15px;
138-
top: 18px;
137+
left: 15px;
138+
top: 18px;
139139
text-shadow: 0 0 2px rgba(0,0,0,0.4);
140140
}
141141

@@ -162,7 +162,7 @@ a.revert {
162162
}
163163

164164
.color-grid .bg .change-background {
165-
position: absolute;
165+
position: absolute;
166166
bottom: 11px;
167167
right: 15px;
168168
}
@@ -183,7 +183,7 @@ a.revert {
183183
display: none;
184184
padding: 10px 20px;
185185
position: relative;
186-
left: -20px;
186+
left: -20px;
187187
width: 260px;
188188
z-index: 2;
189189
}
@@ -203,7 +203,7 @@ a.revert {
203203
line-height: 15px;
204204
padding: 8px 18px;
205205
position: relative;
206-
top: -10px;
206+
top: -10px;
207207
text-align: center;
208208
}
209209

@@ -394,9 +394,9 @@ a.revert {
394394
font-size: 10px;
395395
opacity: 0.7;
396396
position: absolute;
397-
bottom: 5px;
398-
right: 0;
399-
left: 0;
397+
bottom: 5px;
398+
right: 0;
399+
left: 0;
400400
text-indent: 5px;
401401
line-height: 1.5;
402402
padding-bottom: 1px;
@@ -508,10 +508,10 @@ input#iris {
508508
background: #191919;
509509
padding: 40px 20px;
510510
position: absolute;
511-
top: 0;
512-
left: 0;
513-
right: 0;
514-
bottom: 0;
511+
top: 0;
512+
left: 0;
513+
right: 0;
514+
bottom: 0;
515515
z-index: 5;
516516
}
517517

custom-colors/css/rtl/colors-control-rtl.css

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,34 +40,34 @@
4040
}
4141

4242
.color-grid.main li {
43-
height: 55px;
44-
width: 55px;
45-
background-position: center center;
46-
background-size: cover;
47-
border-radius: 50%;
43+
height: 55px;
44+
width: 55px;
45+
background-position: center center;
46+
background-size: cover;
47+
border-radius: 50%;
4848
background-image: none;
4949
border: none;
5050
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2), inset 0 -2px 0 rgba(255, 255, 255, 0.1);
5151
}
5252

5353
.disable-background .color-grid.main li,
5454
.enable-background .color-grid.main li {
55-
display: inline-block;
56-
float: none;
55+
display: inline-block;
56+
float: none;
5757
}
5858

5959
.color-grid.main li:not(:last-child) {
60-
margin-left: 7px;
60+
margin-left: 7px;
6161
}
6262

6363
.enable-background .color-grid.main li.bg {
64-
position: relative;
65-
background-size: 100% 100%;
66-
border-radius: 2%;
67-
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
68-
height: 55px;
69-
margin-bottom: 20px;
70-
width: 100%;
64+
position: relative;
65+
background-size: 100% 100%;
66+
border-radius: 2%;
67+
box-shadow: inset 0 -1px 4px rgba(0,0,0,0.1);
68+
height: 55px;
69+
margin-bottom: 20px;
70+
width: 100%;
7171
}
7272

7373
.enable-background .color-grid.main .text-placeholder {
@@ -172,7 +172,7 @@ a.revert {
172172
}
173173

174174
.color-grid .bg .change-background {
175-
position: absolute;
175+
position: absolute;
176176
bottom: 11px;
177177
left: 15px;
178178
}
@@ -216,7 +216,7 @@ a.revert {
216216
line-height: 15px;
217217
padding: 8px 18px;
218218
position: relative;
219-
top: -10px;
219+
top: -10px;
220220
text-align: center;
221221
}
222222

@@ -412,9 +412,9 @@ a.revert {
412412
font-size: 10px;
413413
opacity: 0.7;
414414
position: absolute;
415-
bottom: 5px;
416-
left: 0;
417-
right: 0;
415+
bottom: 5px;
416+
left: 0;
417+
right: 0;
418418
text-indent: 5px;
419419
line-height: 1.5;
420420
padding-bottom: 1px;
@@ -526,10 +526,10 @@ input#iris {
526526
background: #191919;
527527
padding: 40px 20px;
528528
position: absolute;
529-
top: 0;
530-
right: 0;
531-
left: 0;
532-
bottom: 0;
529+
top: 0;
530+
right: 0;
531+
left: 0;
532+
bottom: 0;
533533
z-index: 5;
534534
}
535535

frontend-notices/gifting-banner/css/gifting-banner.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
background: #000;
1111
color: #fff;
1212
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
13-
Cantarell, "Helvetica Neue", sans-serif;
13+
Cantarell, "Helvetica Neue", sans-serif;
1414
}
1515

1616
.wpcom-gifting-banner__img {

frontend-notices/gifting-banner/css/rtl/gifting-banner-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
background: #000;
1313
color: #fff;
1414
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
15-
Cantarell, "Helvetica Neue", sans-serif;
15+
Cantarell, "Helvetica Neue", sans-serif;
1616
}
1717

1818
.wpcom-gifting-banner__img {

0 commit comments

Comments
 (0)