7 lines
153 B
SCSS

/**
* Retain Script Finder style from legacy app
* TODO: Move to Component
*/
.table tbody tr.highlight td {
background-color: rgb(173, 216, 230);
}