Skip to content

Commit 32b7ad1

Browse files
committed
Fix IAM dashboard stylelint ordering
1 parent 37a1691 commit 32b7ad1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

addon/styles/iam-engine.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ body[data-theme='dark'] .iam-stat-card {
240240
line-height: 1;
241241
}
242242

243+
.iam-action-link span {
244+
overflow: hidden;
245+
text-overflow: ellipsis;
246+
white-space: nowrap;
247+
}
248+
243249
body[data-theme='dark'] .iam-stat-card span,
244250
body[data-theme='dark'] .iam-coverage-hero span {
245251
color: #f9fafb;
@@ -305,15 +311,15 @@ body[data-theme='dark'] .iam-list-row {
305311
font-weight: 800;
306312
}
307313

314+
.iam-row-warning strong {
315+
color: #dc2626;
316+
}
317+
308318
body[data-theme='dark'] .iam-row strong,
309319
body[data-theme='dark'] .iam-list-row strong {
310320
color: #f9fafb;
311321
}
312322

313-
.iam-row-warning strong {
314-
color: #dc2626;
315-
}
316-
317323
.iam-list-title,
318324
.iam-list-subtitle {
319325
overflow: hidden;
@@ -371,12 +377,6 @@ body[data-theme='dark'] .iam-list-title {
371377
font-weight: 800;
372378
}
373379

374-
.iam-action-link span {
375-
overflow: hidden;
376-
text-overflow: ellipsis;
377-
white-space: nowrap;
378-
}
379-
380380
.iam-action-link:hover {
381381
border-color: #93c5fd;
382382
background-color: #eff6ff;

0 commit comments

Comments
 (0)