Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: skin/devtools-panel.css

Issue 29770586: Issue 6670 - Display the rewritten to info if applicable in the devtools (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Left Patch Set: HTML fixes. Created May 4, 2018, 6:59 p.m.
Right Patch Set: Some CSS style fixes. Created May 17, 2018, 2:12 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « devtools-panel.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* 1 /*
2 * This file is part of Adblock Plus <https://adblockplus.org/>, 2 * This file is part of Adblock Plus <https://adblockplus.org/>,
3 * Copyright (C) 2006-present eyeo GmbH 3 * Copyright (C) 2006-present eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 tr:not(:hover) .action 172 tr:not(:hover) .action
173 { 173 {
174 display: none; 174 display: none;
175 } 175 }
176 176
177 .url 177 .url
178 { 178 {
179 width: 100%; 179 width: 100%;
180 } 180 }
181 181
182 .rewritten-to > a 182 .rewritten-url > a,
Thomas Greiner 2018/05/07 17:20:29 Detail: These styles are the same as the ones for
hub 2018/05/07 21:03:01 Done.
183 .resource-link
183 { 184 {
184 text-decoration: none; 185 text-decoration: none;
185 } 186 }
186 187
187 .rewritten-to > a:hover 188 .rewritten-url > a:hover,
188 { 189 .resource-link:hover
189 text-decoration: underline; 190 {
190 }
191
192 .resource-link {
193 text-decoration: none;
194 }
195
196 .resource-link:hover {
197 text-decoration: underline; 191 text-decoration: underline;
198 } 192 }
199 193
200 .action-wrapper 194 .action-wrapper
201 { 195 {
202 display: flex; 196 display: flex;
203 width: 100%; 197 width: 100%;
204 } 198 }
205 199
206 .action 200 .action
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 248
255 .filtered-by-search 249 .filtered-by-search
256 { 250 {
257 display: none; 251 display: none;
258 } 252 }
259 253
260 body.dark #reload 254 body.dark #reload
261 { 255 {
262 color: #2a67e7; 256 color: #2a67e7;
263 } 257 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld