 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,21 @@ | 
| display: none; | 
| } | 
| .url | 
| { | 
| width: 100%; | 
| } | 
| -.resource-link { | 
| +.rewritten-to > a, .resource-link { | 
| 
Thomas Greiner
2018/05/17 14:08:28
Coding style: "Separate selectors and declarations
 
Thomas Greiner
2018/05/17 14:08:28
Coding style: "Opening braces always go on their o
 
hub
2018/05/17 14:12:47
Done.
 
hub
2018/05/17 14:12:47
Done.
 | 
| text-decoration: none; | 
| } | 
| -.resource-link:hover { | 
| +.rewritten-to > a:hover, .resource-link:hover { | 
| text-decoration: underline; | 
| } | 
| .action-wrapper | 
| { | 
| display: flex; | 
| width: 100%; | 
| } |