Skip to content

Commit 4b91476

Browse files
authored
Add 'jenkins-!-text-color-secondary' class (#10708)
1 parent a717257 commit 4b91476

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/main/scss/abstracts/_colors.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,17 @@
2828
}
2929
}
3030

31+
// Custom class for secondary text colors as the
32+
// generator above doesn't support it
33+
.jenkins-\!-text-color-secondary {
34+
--color: var(--text-color-secondary);
35+
36+
color: var(--text-color-secondary) !important;
37+
}
38+
3139
// Deprecated - don't use the below classes
3240
.greyed {
33-
color: #999;
41+
color: var(--text-color-secondary);
3442
}
3543

3644
.redbold {

0 commit comments

Comments
 (0)