Fix watch thread icon in Chromium 41+.

This commit is contained in:
ccd0 2015-02-18 14:12:38 -08:00
parent 56d9d48275
commit 7f6ecc5670
2 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,7 @@
cursor: move;
overflow: hidden;
}
label,
.watch-thread-link {
label {
cursor: pointer;
}
a[href="javascript:;"] {

View File

@ -68,7 +68,8 @@ ThreadWatcher =
if @isClone
toggler = $ '.watch-thread-link', @nodes.post
else
toggler = $.el 'img',
toggler = $.el 'a',
href: 'javascript:;'
className: 'watch-thread-link'
$.before $('input', @nodes.post), toggler
$.on toggler, 'click', ThreadWatcher.cb.toggle