mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Merge pull request #254 from vviers/main
fix(ui): pointer cursor when creating a new widget
This commit is contained in:
commit
1c722014fa
@ -469,11 +469,13 @@ 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};
|
||||||
}
|
}
|
||||||
&-disabled {
|
&-disabled {
|
||||||
color: ${colors.mediumGrey};
|
color: ${colors.mediumGrey};
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
&-disabled&-selected {
|
&-disabled&-selected {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
|
Loading…
Reference in New Issue
Block a user