mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fixed/removed svelte warnings
This commit is contained in:
parent
d41b254058
commit
7a5f2a70ad
@ -50,13 +50,13 @@
|
|||||||
.label {
|
.label {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.order-index {
|
/* .order-index {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
margin-left: -3px;
|
margin-left: -3px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
} */
|
||||||
.label {
|
.label {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
@ -69,13 +69,13 @@
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
.grouping {
|
/* .grouping {
|
||||||
color: var(--theme-font-alt);
|
color: var(--theme-font-alt);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.data-type {
|
.data-type {
|
||||||
color: var(--theme-font-3);
|
color: var(--theme-font-3);
|
||||||
}
|
} */
|
||||||
|
|
||||||
th {
|
th {
|
||||||
/* border: 1px solid var(--theme-border); */
|
/* border: 1px solid var(--theme-border); */
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
background: var(--theme-bg-hover);
|
background: var(--theme-bg-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row.isSelected {
|
/* .row.isSelected {
|
||||||
background: var(--theme-bg-selected);
|
background: var(--theme-bg-selected);
|
||||||
}
|
} */
|
||||||
</style>
|
</style>
|
||||||
|
@ -596,9 +596,9 @@
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
th.filter {
|
/* th.filter {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
} */
|
||||||
|
|
||||||
thead :global(tr:first-child) :global(th) {
|
thead :global(tr:first-child) :global(th) {
|
||||||
border-top: 1px solid var(--theme-border);
|
border-top: 1px solid var(--theme-border);
|
||||||
|
Loading…
Reference in New Issue
Block a user