Fix keyboard interaction on config icon
This commit is contained in:
parent
da5b4c029b
commit
779a6e4e35
|
@ -310,8 +310,6 @@ function createStyleElement({
|
|||
const config = $('.configure', entry);
|
||||
if (!style.usercssData && style.updateUrl && style.updateUrl.includes('?') && style.url) {
|
||||
config.href = style.url;
|
||||
} else {
|
||||
config.removeAttribute('href');
|
||||
}
|
||||
config.style.display =
|
||||
!style.usercssData && config.href ||
|
||||
|
|
Loading…
Reference in New Issue
Block a user