This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 4570809b4a7 better timing bar styling (#17295)
4570809b4a7 is described below
commit 4570809b4a7c868315894f3166d9a0621d276774
Author: Vadim Ogievetsky <[email protected]>
AuthorDate: Tue Oct 8 16:30:58 2024 -0700
better timing bar styling (#17295)
---
.../execution-stages-pane/execution-stages-pane.scss | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git
a/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.scss
b/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.scss
index e584de3216b..b3e8d4c11e9 100644
---
a/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.scss
+++
b/web-console/src/views/workbench-view/execution-stages-pane/execution-stages-pane.scss
@@ -145,10 +145,11 @@
.timing-bar {
position: absolute;
- top: 10px;
- height: 36px;
+ top: 1px;
+ height: 3px;
+ border-radius: 2px;
background: $druid-brand;
- opacity: 0.15;
+ opacity: 0.8;
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]