How can I change this css style dynamically in JavaScript or in Angular?
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell{
background-color: transparent;
color: #0a0;
}
.ui-grid-cell-focus {
outline: 0;
background-color: transparent;
}
My question is different from:
Dynamically change a css class' properties with AngularJS
because I am using a ui-grid and these are classes that defaulted onto rows using the rowSelection gridOption. Instead of conditionally changing the class I need to change the class' style