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

Unified Diff: new-options.html

Issue 29338983: issue 3741 - Add "remove" option to list items in new options page (Closed)
Patch Set: Rebase to changeset #83 Created May 10, 2016, 2:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: new-options.html
===================================================================
--- a/new-options.html
+++ b/new-options.html
@@ -98,7 +98,8 @@
<ul id="blocking-languages-table" class="table list">
<template>
<button role="checkbox" class="control"></button>
- <label class="display"></label>
+ <span class="display"></span>
Thomas Greiner 2016/05/23 12:43:25 What's the reason for changing this to `<span>` he
saroyanm 2016/06/08 15:21:06 I think, missed this during the rebase, thanks.
+ <button data-action="remove-subscription" class="delete control"></button>
Thomas Greiner 2016/05/23 12:43:25 This button's accessibility needs to be improved s
saroyanm 2016/06/08 15:21:06 Updated: I tested the suggestion you've made with
</template>
</ul>
<div class="controls">
@@ -124,13 +125,13 @@
<template>
<button role="checkbox" class="control"></button>
<label class="display"></label>
- <span class="i18n_options_popular popular"></span>
</template>
</ul>
<ul id="custom-list-table" class="table list">
<template>
<button role="checkbox" class="control"></button>
<label class="display"></label>
+ <button data-action="remove-subscription" class="delete control"></button>
</template>
</ul>
</div>
@@ -183,8 +184,8 @@
</div>
<ul id="whitelisting-table" class="table list">
<template>
+ <label class="display"></label>
<button class="delete control"></button>
- <label class="display"></label>
</template>
</ul>
<div class="controls">
« no previous file with comments | « locale/en-US/new-options.json ('k') | new-options.js » ('j') | skin/new-options.css » ('J')

Powered by Google App Engine
This is Rietveld