mirror of
https://github.com/gorhill/uBlock.git
synced 2025-02-01 04:31:36 +01:00
Prevent creating report until filter lists are updated
Related discussion: - https://github.com/uBlockOrigin/uBlock-issues/discussions/2582#discussioncomment-6187066
This commit is contained in:
parent
6a817b8258
commit
e50b391105
@ -54,6 +54,11 @@ body.filterIssue #moreButton {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body.shouldUpdate:not(.updated) .e .createEntry {
|
||||
opacity: 0.25;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
body:not(.shouldUpdate) .shouldUpdate {
|
||||
display: none;
|
||||
}
|
||||
|
@ -75,7 +75,7 @@
|
||||
<p data-i18n="supportS6P1S1"></p>
|
||||
<button type="button" data-i18n="supportFindSpecificButton">_<span class="hover"></span></button>
|
||||
</div>
|
||||
<div class="supportEntry">
|
||||
<div class="supportEntry createEntry">
|
||||
<hr>
|
||||
<p>
|
||||
<label data-i18n="supportS6URL"></label><br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user