From 9bc43545d438e71a18399ba5d1a5bde57e0ba21f Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 11 Oct 2018 00:02:59 +0200 Subject: Implement source coverage inspection --- src/App.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/App.css') diff --git a/src/App.css b/src/App.css index d0870a2..fc9d5ec 100644 --- a/src/App.css +++ b/src/App.css @@ -51,3 +51,17 @@ .App li[well-covered="false"] { color: red; } + +.App .listing { + overflow-x: auto; + padding: 0.5rem 0; + background-color: #FAFAFA; +} + +.App .listing li[well-covered] { + font-weight: bold; +} + +.App pre { + margin: 0.1rem; +} -- cgit v1.2.3