Hi All,
I am using tooltip on interactive grid and i use the following css
but still showing tooltip txt transparent.
Verion 21.1

.a-GV-tooltip{
background:yellow !important;
position: absolute;
}
.a-GV-tooltip .ui-tooltip-content{
color:rgb(0, 0, 0);
font-size: 14px;
}
Thanks,
pnr