diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index 519533ca..a27588fd 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -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; }