We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a717257 commit 4b91476Copy full SHA for 4b91476
1 file changed
src/main/scss/abstracts/_colors.scss
@@ -28,9 +28,17 @@
28
}
29
30
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
39
// Deprecated - don't use the below classes
40
.greyed {
- color: #999;
41
+ color: var(--text-color-secondary);
42
43
44
.redbold {
0 commit comments