Skip to content

Commit

Permalink
style .trailing class from language-clojure@0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlebron committed Jun 5, 2016
1 parent c2432da commit 1cb4374
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions styles/atom-parinfer.less
Expand Up @@ -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;
}
}

0 comments on commit 1cb4374

Please sign in to comment.