mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 03:09:12 +00:00
8 lines
154 B
SCSS
8 lines
154 B
SCSS
/**
|
|
* Retain Script Finder style from legacy app
|
|
* TODO: Move to Component
|
|
*/
|
|
.table tbody tr.highlight td {
|
|
background-color: rgb(173, 216, 230);
|
|
}
|