From 7c84dbca4f0f79dc90752105800a6964693283bd Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 29 Jan 2020 00:22:39 +0100 Subject: fix gitgraph commit hashes in dark theme (#10046) because the CSS was lazy-loaded the rules in arc-green did not win. included the css file in the main bundle to fix. the black dots can not be fixed via CSS because they are drawn in a `` element unfortunately. --- templates/pwa/serviceworker_js.tmpl | 2 -- 1 file changed, 2 deletions(-) (limited to 'templates') diff --git a/templates/pwa/serviceworker_js.tmpl b/templates/pwa/serviceworker_js.tmpl index a81731a5dc..e4ff2fc07e 100644 --- a/templates/pwa/serviceworker_js.tmpl +++ b/templates/pwa/serviceworker_js.tmpl @@ -19,8 +19,6 @@ var urlsToCache = [ '{{StaticUrlPrefix}}/vendor/plugins/vue/vue.min.js', // css - '{{StaticUrlPrefix}}/css/gitgraph.css', - '{{StaticUrlPrefix}}/css/highlight.css', '{{StaticUrlPrefix}}/css/index.css?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/css/swagger.css?v={{MD5 AppVer}}', '{{StaticUrlPrefix}}/fomantic/semantic.min.css?v={{MD5 AppVer}}', -- cgit v1.2.3