 Issue 29770586:
  Issue 6670 - Display the rewritten to info if applicable in the devtools  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockplusui/
    
  
    Issue 29770586:
  Issue 6670 - Display the rewritten to info if applicable in the devtools  (Closed) 
  Base URL: https://hg.adblockplus.org/adblockplusui/| 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%; | 
| } |