Chromium Code Reviews| Index: Source/devtools/front_end/timelinePanel.css |
| diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css |
| index 539c97e9d254a5e8269051593325fb768abe8307..533bd40a45dd6c014745e4e0b797d223745c11b8 100644 |
| --- a/Source/devtools/front_end/timelinePanel.css |
| +++ b/Source/devtools/front_end/timelinePanel.css |
| @@ -847,3 +847,8 @@ |
| justify-content: center; |
| align-items: center; |
| } |
| + |
| +.revealable-link { |
| + text-decoration: underline; |
| + cursor: pointer; |
| +} |