fix(ui): pointer cursor when creating a new widget

This commit is contained in:
Vincent Viers 2022-08-23 14:30:52 +02:00
parent 028146f88a
commit 5371ebcf46

View File

@ -469,6 +469,7 @@ const cssEntry = styled('div', `
align-items: center; align-items: center;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
cursor: pointer;
&-selected { &-selected {
background-color: ${colors.mediumGrey}; background-color: ${colors.mediumGrey};
} }