Fix watch thread icon in Chromium 41+.
This commit is contained in:
parent
56d9d48275
commit
7f6ecc5670
@ -46,8 +46,7 @@
|
||||
cursor: move;
|
||||
overflow: hidden;
|
||||
}
|
||||
label,
|
||||
.watch-thread-link {
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
a[href="javascript:;"] {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user