| Index: Source/devtools/front_end/dataGrid.css
|
| diff --git a/Source/devtools/front_end/dataGrid.css b/Source/devtools/front_end/dataGrid.css
|
| index 94e0ca62285bf46f1d3af1d20145aa8c2b055d1c..f894debb7f38a79029a5bd309195f188cfaccf6c 100644
|
| --- a/Source/devtools/front_end/dataGrid.css
|
| +++ b/Source/devtools/front_end/dataGrid.css
|
| @@ -5,14 +5,6 @@
|
| line-height: 120%;
|
| }
|
|
|
| -.data-grid .highlight {
|
| - background-color: rgb(255, 230, 179);
|
| -}
|
| -
|
| -.data-grid tr.selected .highlight {
|
| - background-color: transparent;
|
| -}
|
| -
|
| .data-grid table {
|
| table-layout: fixed;
|
| border-spacing: 0;
|
|
|