Merge pull request #4711 from GogoVega/change-config-node-cursor

Change the Config Node cursor to `pointer`
This commit is contained in:
Nick O'Leary 2024-05-22 17:02:05 +01:00 committed by GitHub
commit 07a29ff779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,6 @@ ul.red-ui-sidebar-node-config-list {
}
.red-ui-palette-node {
// overflow: hidden;
cursor: default;
&.selected {
border-color: transparent;
box-shadow: 0 0 0 2px var(--red-ui-node-selected-color);