Skip to content

Commit 03525ee

Browse files
committed
fix: lint
1 parent 936e85c commit 03525ee

File tree

15 files changed

+410
-407
lines changed

15 files changed

+410
-407
lines changed

blocks/profile/profile.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
width: 22px;
189189
height: 22px;
190190
border: 2px solid;
191-
transform: 1;
192191
border-radius: 4px;
193192
}
194193

styles/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@ table+.form-field,
847847
/* Redesign button animation */
848848

849849
/* primary button: blue bg */
850+
/* stylelint-disable no-descending-specificity */
850851
.redesign a.button:any-link,
851852
main .form .button,
852853
.feed.blog .read-more {
@@ -874,7 +875,9 @@ main .form .button,
874875
/* fix for ios overflow with border-radius not working */
875876
isolation: isolate;
876877
}
878+
/* stylelint-enable no-descending-specificity */
877879

880+
/* stylelint-disable-next-line no-descending-specificity */
878881
main .form .button {
879882
font-weight: 500;
880883
}

tools/admin-edit/admin-edit.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pre[class*='language-'] {
144144
white-space: pre;
145145
word-break: normal;
146146
word-spacing: normal;
147-
word-wrap: normal;
147+
overflow-wrap: normal;
148148
hyphens: none;
149149
tab-size: 2;
150150
}

tools/deep-psi/deep-psi.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
.deep-psi table th,
163163
.deep-psi table td {
164164
padding: var(--spacing-xs);
165-
word-wrap: break-word;
165+
overflow-wrap: break-word;
166166
hyphens: auto;
167167
min-width: 60px;
168168
max-width: 80px;

tools/error-analyzer/error-analyzer.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@
400400
background-color: var(--layer-depth);
401401
padding: var(--spacing-100) var(--spacing-100);
402402
border-radius: var(--rounding-s);
403+
/* stylelint-disable-next-line declaration-property-value-keyword-no-deprecated */
403404
word-break: break-word;
404405
overflow-wrap: break-word;
405406
display: block;

tools/image-audit/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
margin-top: 0.5em;
6464
}
6565

66+
/* stylelint-disable-next-line no-descending-specificity */
6667
label, legend, .field-help-text, .form-error {
6768
color: var(--gray-700);
6869
font-size: var(--body-size-m);

tools/index-admin/index-admin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
font-size: 0.875rem;
457457
line-height: 1.5;
458458
white-space: pre-wrap;
459-
word-wrap: break-word;
459+
overflow-wrap: break-word;
460460
}
461461
}
462462
}

tools/oversight/colors.css

Lines changed: 194 additions & 194 deletions
Large diffs are not rendered by default.

tools/oversight/rum-slicer.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ main .key-metrics ul {
167167
list-style: none;
168168
display: grid;
169169
grid-template-columns: repeat(3, minmax(0, 1fr));
170-
grid-gap: 8px;
170+
gap: 8px;
171171
padding-left: 0;
172172
}
173173

@@ -693,7 +693,7 @@ fieldset div:first-of-type li:nth-of-type(8)::before {
693693
list-style: none;
694694
display: grid;
695695
grid-template-columns: repeat(3, minmax(0, 1fr));
696-
grid-gap: 4px;
696+
gap: 4px;
697697
padding-left: 0;
698698
margin: 4px 2px;
699699
}
@@ -703,7 +703,7 @@ fieldset div:first-of-type li:nth-of-type(8)::before {
703703
grid-template-areas: "check lab" " - cwv";
704704
grid-template-columns: 20px 1fr;
705705
align-items: center;
706-
grid-gap: 0 16px;
706+
gap: 0 16px;
707707
}
708708

709709
#facets fieldset div ~ div.more-container:last-of-type,
@@ -837,7 +837,7 @@ vitals-facet fieldset label {
837837
display: grid;
838838
grid-template-areas: "check lab";
839839
grid-template-columns: 0 1fr;
840-
grid-gap: 0;
840+
gap: 0;
841841
}
842842

843843
#facets vitals-facet fieldset label {
@@ -1215,7 +1215,7 @@ facet-sidebar[aria-disabled="true"] div.quick-filter {
12151215
}
12161216

12171217
main .key-metrics ul {
1218-
grid-gap: 16px;
1218+
gap: 16px;
12191219
}
12201220

12211221
main .key-metrics ul > * {
@@ -1230,7 +1230,7 @@ facet-sidebar[aria-disabled="true"] div.quick-filter {
12301230

12311231
#facets ul.cwv {
12321232
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
1233-
grid-gap: 8px;
1233+
gap: 8px;
12341234
margin: 8px 4px;
12351235
}
12361236

tools/page-status/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
background: white;
102102
padding: .75rem;
103103
border-radius: 0.5rem;
104-
box-shadow: 0 0 0.5rem rgba(0 0 0 / 25%);
104+
box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
105105
width: max-content;
106106
z-index: 1;
107107
}

0 commit comments

Comments
 (0)