mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 09:36:01 +00:00
sql generator
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div class="row">
|
||||
{#if type == 'checkbox'}
|
||||
<slot />
|
||||
<span {...labelProps} on:click={labelProps.onClick} class:disabled>{label}</span>
|
||||
<span {...labelProps} on:click={labelProps.onClick} class:disabled class="checkLabel">{label}</span>
|
||||
{:else}
|
||||
<div class="label" {...labelProps} on:click={labelProps.onClick}>
|
||||
<div class="label">
|
||||
@@ -30,6 +30,10 @@
|
||||
margin-bottom: 3px;
|
||||
color: var(--theme-font-3);
|
||||
}
|
||||
.checkLabel {
|
||||
cursor: default;
|
||||
user-select: none;
|
||||
}
|
||||
.disabled {
|
||||
color: var(--theme-font-3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user