fix(ui): add default cursor over disabled items

pull/254/head
Vincent Viers 2 years ago
parent 5371ebcf46
commit 2f48be26b1

@ -475,6 +475,7 @@ const cssEntry = styled('div', `
}
&-disabled {
color: ${colors.mediumGrey};
cursor: default;
}
&-disabled&-selected {
background-color: inherit;

Loading…
Cancel
Save