mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
fix(ui): add default cursor over disabled items
This commit is contained in:
parent
5371ebcf46
commit
2f48be26b1
@ -475,6 +475,7 @@ const cssEntry = styled('div', `
|
||||
}
|
||||
&-disabled {
|
||||
color: ${colors.mediumGrey};
|
||||
cursor: default;
|
||||
}
|
||||
&-disabled&-selected {
|
||||
background-color: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user