1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 08:37:11 +02: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:
Raymond Hill 2023-06-22 14:36:12 -04:00
parent 6a817b8258
commit e50b391105
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 6 additions and 1 deletions

View File

@ -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;
}

View File

@ -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>