Hi Team,
On cell hover, I wanted to override the color. However, its specified with !important attribute which is not a good practice. Could you please remove it so that it can be overridden ?
file: index.less line 106
&:hover {
background: fade(blue, 30%) !important;
}