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;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
&-selected {
|
||||
background-color: ${colors.mediumGrey};
|
||||
}
|
||||
&-disabled {
|
||||
color: ${colors.mediumGrey};
|
||||
cursor: default;
|
||||
}
|
||||
&-disabled&-selected {
|
||||
background-color: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user