From 99bd69aee0d6f120ff569722eb0ce5a81d77fcbd Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 29 Jan 2018 16:17:58 -0500 Subject: [PATCH] Adds code lens scopes settings --- src/ui/scss/main.scss | 4 ++++ src/ui/settings/index.html | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/src/ui/scss/main.scss b/src/ui/scss/main.scss index 0e805b5..21feec0 100644 --- a/src/ui/scss/main.scss +++ b/src/ui/scss/main.scss @@ -520,6 +520,10 @@ ul { margin-left: 4em; } +.non-interactive { + cursor: default !important; +} + .nowrap { flex-wrap: nowrap !important; } diff --git a/src/ui/settings/index.html b/src/ui/settings/index.html index 89ba67b..a59653a 100644 --- a/src/ui/settings/index.html +++ b/src/ui/settings/index.html @@ -98,6 +98,7 @@ +
@@ -114,6 +115,7 @@
+
@@ -130,6 +132,22 @@
+ +
+ +
+
+ + +
+
+ + +
+
+ + +