mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
connections UX WIP
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
let isListFocused = false;
|
||||
let domDiv = null;
|
||||
export let hideContent = false;
|
||||
|
||||
function handleKeyDown(ev) {
|
||||
const listInstance = _.isFunction(list) ? list() : list;
|
||||
@@ -126,6 +127,7 @@
|
||||
isListFocused = false;
|
||||
}}
|
||||
bind:this={domDiv}
|
||||
class:hideContent
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
@@ -134,4 +136,8 @@
|
||||
.wrapper:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.hideContent {
|
||||
visibility: hidden;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user