From 1cb43743a51475bc96e6ba4ea64e5e411f74d903 Mon Sep 17 00:00:00 2001 From: Shaun Williams Date: Sun, 5 Jun 2016 14:22:13 -0500 Subject: [PATCH] style .trailing class from language-clojure@0.21.0 --- styles/atom-parinfer.less | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/styles/atom-parinfer.less b/styles/atom-parinfer.less index 2afea55..656581a 100644 --- a/styles/atom-parinfer.less +++ b/styles/atom-parinfer.less @@ -16,21 +16,8 @@ color: @text-color-error; } -// NOTE: this is not ready yet, but wanted to save it for future reference -// https://github.com/oakmac/atom-parinfer/issues/26 -// -// @endParenOpacity: 0.5; -// -// atom-text-editor::shadow { -// span.punctuation.section.map.end.clojure { -// opacity: @endParenOpacity; -// } -// -// span.punctuation.section.set.end.clojure { -// opacity: @endParenOpacity; -// } -// -// span.punctuation.section.expression.end.clojure { -// opacity: @endParenOpacity; -// } -// } +atom-text-editor::shadow { + span.punctuation.section.end.trailing.clojure { + opacity: 0.4; + } +}