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"> |