summaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
Diffstat (limited to 'web_src')
-rw-r--r--web_src/less/_repository.less2
-rw-r--r--web_src/less/_svg.less2
-rw-r--r--web_src/less/features/heatmap.less2
-rw-r--r--web_src/less/standalone/swagger.less2
4 files changed, 4 insertions, 4 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less
index 18c463bf18..76ca5dff7d 100644
--- a/web_src/less/_repository.less
+++ b/web_src/less/_repository.less
@@ -3039,7 +3039,7 @@ td.blob-excerpt {
}
.file-info-entry + .file-info-entry {
- border-left: 1px solid currentColor;
+ border-left: 1px solid currentcolor;
margin-left: 8px;
padding-left: 8px;
}
diff --git a/web_src/less/_svg.less b/web_src/less/_svg.less
index 696d0558e0..a2ea64c438 100644
--- a/web_src/less/_svg.less
+++ b/web_src/less/_svg.less
@@ -1,7 +1,7 @@
.svg {
display: inline-block;
vertical-align: text-top;
- fill: currentColor;
+ fill: currentcolor;
.middle & {
vertical-align: middle;
diff --git a/web_src/less/features/heatmap.less b/web_src/less/features/heatmap.less
index f82f3d12cd..f551daf333 100644
--- a/web_src/less/features/heatmap.less
+++ b/web_src/less/features/heatmap.less
@@ -17,7 +17,7 @@
}
text {
- fill: currentColor !important;
+ fill: currentcolor !important;
}
.total-contributions {
diff --git a/web_src/less/standalone/swagger.less b/web_src/less/standalone/swagger.less
index cc829961d3..3b902483d8 100644
--- a/web_src/less/standalone/swagger.less
+++ b/web_src/less/standalone/swagger.less
@@ -26,6 +26,6 @@ body {
.swagger-back-link svg {
color: inherit;
- fill: currentColor;
+ fill: currentcolor;
margin-right: .5rem;
}