fix(ui): add default cursor over disabled items

This commit is contained in:
Vincent Viers 2022-08-24 09:47:47 +02:00
parent 5371ebcf46
commit 2f48be26b1

View File

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