This is an automated email from the ASF dual-hosted git repository.
mcgilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git
The following commit(s) were added to refs/heads/master by this push:
new 4c8cd0a [NIFI-6268] update tooltip padding (#21)
4c8cd0a is described below
commit 4c8cd0ab5a4a1d79ed5d64739ee2b30feddfb278
Author: Scott Aslan <[email protected]>
AuthorDate: Mon May 13 14:09:06 2019 -0400
[NIFI-6268] update tooltip padding (#21)
This closes #21
---
platform/core/common/styles/_tooltips.scss | 1 +
1 file changed, 1 insertion(+)
diff --git a/platform/core/common/styles/_tooltips.scss
b/platform/core/common/styles/_tooltips.scss
index af9d590..ea4e493 100644
--- a/platform/core/common/styles/_tooltips.scss
+++ b/platform/core/common/styles/_tooltips.scss
@@ -19,6 +19,7 @@
body[fds] .mat-tooltip {
background: $grey2;
+ padding: 10px;
opacity: 0.9;
box-shadow: inset 0 0 3px 0 rgba(19, 145, 193, 1);
}