fix: disable input (dark)
This commit is contained in:
parent
29c7186f9a
commit
4edd990c88
1 changed files with 9 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ $separator-dark-color: var(--border-color);
|
||||||
color: $primary;
|
color: $primary;
|
||||||
|
|
||||||
&:has(:where(input:disabled, textarea:disabled)) {
|
&: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));
|
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);
|
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);
|
background-color: hsla(var(--info-bg) / 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -161,7 +165,8 @@ div.fullscreen.q-drawer__backdrop {
|
||||||
padding-left: 0px !important;
|
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;
|
top: -32px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue