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

Delta Between Two Patch Sets: desktop-options.html

Issue 29712664: Issue 6432 - Hide remove button for additional filter lists (Closed)
Left Patch Set: Addressed Thomas's comments Created March 6, 2018, 3:03 p.m.
Right Patch Set: Reverted the colors back Created March 9, 2018, 11:25 a.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 | « css/desktop-options.scss ('k') | js/desktop-options.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-present eyeo GmbH 4 - Copyright (C) 2006-present eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 <!-- General tab content --> 79 <!-- General tab content -->
80 <div id="content-general" role="tabpanel" aria-labelledby="tab-general"> 80 <div id="content-general" role="tabpanel" aria-labelledby="tab-general">
81 <header> 81 <header>
82 <h1 class="i18n_options_tab_general"></h1> 82 <h1 class="i18n_options_tab_general"></h1>
83 <p class="i18n_options_general_description"></p> 83 <p class="i18n_options_general_description"></p>
84 </header> 84 </header>
85 <section class="cols"> 85 <section class="cols">
86 <h2 class="i18n_options_privacy_header"></h2> 86 <h2 class="i18n_options_privacy_header"></h2>
87 <ul class="list" id="recommend-protection-list-table"> 87 <ul class="list" id="recommend-protection-list-table">
88 <template> 88 <template>
89 <button data-action="toggle-remove-subscription" role="checkbox" c lass="control icon"></button> 89 <button data-action="toggle-remove-subscription" data-disable="pre configured" role="checkbox" class="control icon"></button>
90 <span data-display="title"></span> 90 <span data-display="title"></span>
91 <span data-tooltip="options_protection_%value%_tooltip"></span> 91 <span data-tooltip="options_protection_%value%_tooltip"></span>
92 </template> 92 </template>
93 </ul> 93 </ul>
94 </section> 94 </section>
95 <section class="cols"> 95 <section class="cols">
96 <header> 96 <header>
97 <h2 class="i18n_options_acceptableAds_header"></h2> 97 <h2 class="i18n_options_acceptableAds_header"></h2>
98 <p class="i18n_options_acceptableAds_description"></p> 98 <p class="i18n_options_acceptableAds_description"></p>
99 </header> 99 </header>
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 <div id="custom-filters"> 294 <div id="custom-filters">
295 <h3 class="i18n_options_customFilters_widget_title"></h3> 295 <h3 class="i18n_options_customFilters_widget_title"></h3>
296 <div id="empty-custom-filters"> 296 <div id="empty-custom-filters">
297 <p class="i18n_options_customFilters_tip"></p> 297 <p class="i18n_options_customFilters_tip"></p>
298 <button class="i18n_options_customFilters_start primary" data-acti on="edit-custom-filters"> 298 <button class="i18n_options_customFilters_start primary" data-acti on="edit-custom-filters">
299 </button> 299 </button>
300 <p> 300 <p>
301 <a class="i18n_options_customFilters_learn" id="link-filters" ta rget="_blank"></a> 301 <a class="i18n_options_customFilters_learn" id="link-filters" ta rget="_blank"></a>
302 </p> 302 </p>
303 </div> 303 </div>
304 <textarea id="custom-filters-raw" rows="15"></textarea> 304 <textarea id="custom-filters-raw" rows="15" spellcheck="false" autoc omplete="off"></textarea>
305 <div class="side-controls"> 305 <div class="side-controls">
306 <button id="custom-filters-edit" class="i18n_options_customFilter_ edit secondary" data-action="edit-custom-filters"> 306 <button id="custom-filters-edit" class="i18n_options_customFilter_ edit secondary" data-action="edit-custom-filters">
307 </button> 307 </button>
308 <div class="side-controls" id="custom-filters-raw-controls"> 308 <div class="side-controls" id="custom-filters-raw-controls">
309 <button class="i18n_options_customFilter_cancel secondary" data- action="cancel-custom-filters"></button> 309 <button class="i18n_options_customFilter_cancel secondary" data- action="cancel-custom-filters"></button>
310 <button class="i18n_options_customFilter_save primary" data-acti on="save-custom-filters"></button> 310 <button class="i18n_options_customFilter_save primary" data-acti on="save-custom-filters"></button>
311 </div> 311 </div>
312 </div> 312 </div>
313 </div> 313 </div>
314 </section> 314 </section>
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 </div> 430 </div>
431 <!-- Notification --> 431 <!-- Notification -->
432 <div id="notification" aria-hidden="true" aria-live="polite"> 432 <div id="notification" aria-hidden="true" aria-live="polite">
433 <strong id="notification-text"></strong> 433 <strong id="notification-text"></strong>
434 <button class="icon close secondary" data-action="hide-notification"> 434 <button class="icon close secondary" data-action="hide-notification">
435 <span class="i18n_options_notification_hide sr-only"></span> 435 <span class="i18n_options_notification_hide sr-only"></span>
436 </button> 436 </button>
437 </div> 437 </div>
438 </body> 438 </body>
439 </html> 439 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld