File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
243249body [data-theme = 'dark' ] .iam-stat-card span ,
244250body [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+
308318body [data-theme = 'dark' ] .iam-row strong ,
309319body [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 ;
You can’t perform that action at this time.
0 commit comments