aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-08-21 18:39:25 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-08-21 18:39:25 -0400
commited88af4bdc68b22c247a2030e8bdc5775293bfe6 (patch)
treec7a65f6a9bc790ce56e02b7795f1cc397e379e11 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
parent888c710b55f747bdeadcf2e862e6dde69d4450c0 (diff)
work on fields dashboard
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu.scss14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
index 9b3a02e0f..c93798979 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
@@ -783,11 +783,19 @@
background-color: rgb(40, 40, 40);
border: 1px solid rgb(100, 100, 100);
border-radius: 3px;
- width: 30%;
+ width: 31%;
height: 25px;
padding-left: 3px;
color: whitesmoke;
+ .placeholder {
+ color: gray;
+ }
+
+ &:hover .placeholder {
+ display: none;
+ }
+
.bubbles {
display: none;
}
@@ -797,10 +805,6 @@
margin-bottom: 5px;
}
- &:hover {
- width: 30% + 8;
- }
-
&:hover .bubbles {
display: flex;
flex-direction: row;