Skip to content

Commit

Permalink
user hints
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <[email protected]>
  • Loading branch information
paulstn committed Sep 4, 2024
1 parent 07928e0 commit dc3f22d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/plugins/data/public/ui/query_editor/_query_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,24 @@
border: none;
}
}

.suggest-widget {
position: relative;

&.visible::after {
position: absolute;
bottom: -30px;
left: 0;
width: 100%;
height: 30px;
background-color: $euiColorLightestShade;
border: 1px solid $euiColorLightShade;
padding: 5px;
padding-top: 4px;
text-align: left;
color: $euiColorDarkShade;
font-size: small;
content: "Tab to insert, ESC to close window";
display: block;
}
}

0 comments on commit dc3f22d

Please sign in to comment.