commit | 4abdd0cb1e85ce6777c79405e759f641ea8f49f8 | [log] [tgz] |
---|---|---|
author | Ian Wienand <iwienand@redhat.com> | Fri Jan 29 09:48:59 2021 +1100 |
committer | Ian Wienand <iwienand@redhat.com> | Fri Jan 29 09:48:59 2021 +1100 |
tree | 449fb9ba2a5d65ba994cb51035a215c9c0277312 | |
parent | dab8bdfaaa09df19fe8093d7b5b8211501d77ac6 [diff] |
Disabled visited link color The visited link color is hard to read in dark mode, and nothing else in the gerrit UI sets the visited link color. Set to default for consistency. Change-Id: I53694c4417228a462d7293afaf9b7cc6df4a8aa6
diff --git a/zuul-results-summary/zuul-results-summary.js b/zuul-results-summary/zuul-results-summary.js index af6ca8f..c033ed0 100644 --- a/zuul-results-summary/zuul-results-summary.js +++ b/zuul-results-summary/zuul-results-summary.js
@@ -57,7 +57,7 @@ color: var(--primary-text-color, rgb(33, 33, 33)); } - a:link { + a:link, a:visited { color: var(--link-color); }