| Index: Source/devtools/front_end/profilesPanel.css
|
| diff --git a/Source/devtools/front_end/profilesPanel.css b/Source/devtools/front_end/profilesPanel.css
|
| index b7588b3f363080c01d7ed27873af435b929a4425..d92baf9c9023f51b90ed0dd5daf010de30ac729a 100644
|
| --- a/Source/devtools/front_end/profilesPanel.css
|
| +++ b/Source/devtools/front_end/profilesPanel.css
|
| @@ -38,6 +38,10 @@
|
| background: white;
|
| }
|
|
|
| +.profile-view .data-grid tr:not(.selected) .highlight {
|
| + background-color: rgb(255, 230, 179);
|
| +}
|
| +
|
| .profile-view .data-grid tr:hover td:not(.bottom-filler-td) {
|
| background-color: rgba(0, 0, 0, 0.1);
|
| }
|
| @@ -259,4 +263,4 @@ select.chrome-select {
|
| display: block;
|
| margin-top: 14px;
|
| margin-left: 0px;
|
| -}
|
| +}
|
|
|