Skip to content

Commit e6201b8

Browse files
feat: Add jenkins-page-generation-time to footer with Jenkins-style formatting
1 parent d795dc8 commit e6201b8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/main/scss/components/_page-footer.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,17 @@
4545
display: none;
4646
}
4747
}
48+
49+
.jenkins-page-generation-time {
50+
pointer-events: none;
51+
text-decoration: none;
52+
background-color: transparent;
53+
color: black;
54+
55+
&:hover,
56+
&:focus {
57+
color: black !important;
58+
background-color: transparent !important;
59+
text-decoration: none !important;
60+
}
61+
}

0 commit comments

Comments
 (0)