From e1c45f025fd294519569fea5b9b33a33d671790a Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Sun, 13 Aug 2017 18:46:55 +0200 Subject: [PATCH] Hide Ace's tooltips for annotations --- app/assets/stylesheets/request-for-comments.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/request-for-comments.css.scss b/app/assets/stylesheets/request-for-comments.css.scss index cbaf9d36..87eeba44 100644 --- a/app/assets/stylesheets/request-for-comments.css.scss +++ b/app/assets/stylesheets/request-for-comments.css.scss @@ -17,3 +17,7 @@ width: 100%; height: 200px; } + +.ace_tooltip { + display: none !important; +}