mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
fix(ui): pointer cursor when creating a new widget
This commit is contained in:
parent
028146f88a
commit
5371ebcf46
@ -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};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user