Merge pull request #8586 from elastic/jasper/backport/8580/5.0

[backport] PR #8580 to 5.0 - remove watermark from timelion
This commit is contained in:
Thomas Neirynck 2016-10-07 14:56:04 -04:00 committed by GitHub
commit 61dea2943b

View file

@ -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;
}