This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ecf734  Hide the 'go to top' button in print mode
8ecf734 is described below

commit 8ecf734012ddc159453d8f94a9242c0fcecc8a77
Author: Felix Schumacher <[email protected]>
AuthorDate: Wed Mar 9 17:49:02 2022 +0100

    Hide the 'go to top' button in print mode
---
 xdocs/css/new-style.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/xdocs/css/new-style.css b/xdocs/css/new-style.css
index 3df19e2..ee03c4e 100644
--- a/xdocs/css/new-style.css
+++ b/xdocs/css/new-style.css
@@ -623,6 +623,10 @@ table {
     display: none;
   }
 
+  #topButton {
+    display: none;
+  }
+
   #content {
     display: block;
     width: 70rem;

Reply via email to