Index: skin/devtools-panel.css |
=================================================================== |
--- a/skin/devtools-panel.css |
+++ b/skin/devtools-panel.css |
@@ -174,21 +174,25 @@ |
display: none; |
} |
.url |
{ |
width: 100%; |
} |
-.resource-link { |
+.rewritten-url > a, |
+.resource-link |
+{ |
text-decoration: none; |
} |
-.resource-link:hover { |
+.rewritten-url > a:hover, |
+.resource-link:hover |
+{ |
text-decoration: underline; |
} |
.action-wrapper |
{ |
display: flex; |
width: 100%; |
} |