Skip to content

Commit

Permalink
Highlight splitter gutter on resizing (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Nov 3, 2024
1 parent 00df7b4 commit 0a784d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/LiteGraphCanvasSplitterOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ const bottomPanelVisible = computed(
pointer-events: auto;
}
:deep(.p-splitter-gutter:hover),
:deep(.p-splitter-gutter[data-p-gutter-resizing='true']) {
transition: background-color 0.2s ease 300ms;
background-color: var(--p-primary-color);
}
.side-bar-panel {
background-color: var(--bg-color);
pointer-events: auto;
Expand Down

0 comments on commit 0a784d9

Please sign in to comment.