fix: disable input (dark)

This commit is contained in:
puriphatt 2024-11-25 14:18:06 +07:00
parent 29c7186f9a
commit 4edd990c88

View file

@ -30,7 +30,7 @@ $separator-dark-color: var(--border-color);
color: $primary;
&:has(:where(input:disabled, textarea:disabled)) {
background: var(--gray-1);
background: var(--surface-tab);
}
}
@ -149,11 +149,15 @@ div.fullscreen.q-drawer__backdrop {
color: hsl(var(--text-mute));
}
.q-tree__node-header.relative-position.row.no-wrap.items-center:has(.clickable-node):hover {
.q-tree__node-header.relative-position.row.no-wrap.items-center:has(
.clickable-node
):hover {
background-color: hsla(var(--info-bg) / 0.1);
}
.q-tree__node-header.relative-position.row.no-wrap.items-center:has(.clickable-node.active-node) {
.q-tree__node-header.relative-position.row.no-wrap.items-center:has(
.clickable-node.active-node
) {
background-color: hsla(var(--info-bg) / 0.1);
}
@ -161,7 +165,8 @@ div.fullscreen.q-drawer__backdrop {
padding-left: 0px !important;
}
.q-tree__node.relative-position.q-tree__node--child:not(:first-child) .q-tree__node-header:before {
.q-tree__node.relative-position.q-tree__node--child:not(:first-child)
.q-tree__node-header:before {
top: -32px !important;
}