From 6442b94c10d96c84ad5fc9d91dee26335e74b6bc Mon Sep 17 00:00:00 2001 From: Elastic Jasper Date: Fri, 7 Oct 2016 14:39:41 -0400 Subject: [PATCH] Backport PR #8580 --------- **Commit 1:** remove watermark from timelion * Original sha: 1917fb53d61619d73dffb87d3f88c82183c879cd [formerly dfed59eca9551ff50fadc243d5148905b4edba9e] * Authored by Thomas Neirynck on 2016-10-06T20:54:55Z Former-commit-id: e0eb8bcb60a2070de3dcf1d15fda7cdcaec66290 --- src/core_plugins/timelion/public/app.less | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/core_plugins/timelion/public/app.less b/src/core_plugins/timelion/public/app.less index 2fb4ac5cbbcc..1441d5b1d344 100644 --- a/src/core_plugins/timelion/public/app.less +++ b/src/core_plugins/timelion/public/app.less @@ -69,18 +69,6 @@ } } -.timelion:after { - content: "{Re}search"; - position: fixed; - right: 10px; - bottom: 10px; - font-size: 32px; - font-weight: bold; - color: @gray; - opacity: 0.2; - pointer-events: none; -} - [ng-click] { cursor: pointer; }