Fix keyboard interaction on config icon

This commit is contained in:
Rob Garrison 2018-12-03 18:25:13 -06:00
parent da5b4c029b
commit 779a6e4e35

View File

@ -310,8 +310,6 @@ function createStyleElement({
const config = $('.configure', entry); const config = $('.configure', entry);
if (!style.usercssData && style.updateUrl && style.updateUrl.includes('?') && style.url) { if (!style.usercssData && style.updateUrl && style.updateUrl.includes('?') && style.url) {
config.href = style.url; config.href = style.url;
} else {
config.removeAttribute('href');
} }
config.style.display = config.style.display =
!style.usercssData && config.href || !style.usercssData && config.href ||