mirror of https://github.com/gorhill/uBlock.git
Mark revert/commit buttons as disabled by default
Related feedback:
- 4ee8a5948d (commitcomment-65716257)
This commit is contained in:
parent
e64dacebce
commit
39e1adfc2d
|
@ -26,11 +26,11 @@
|
||||||
<div class="ruleActions">
|
<div class="ruleActions">
|
||||||
<div class="fieldset-header" data-i18n="rulesPermanentHeader"></div>
|
<div class="fieldset-header" data-i18n="rulesPermanentHeader"></div>
|
||||||
<button type="button" class="iconified" id="exportButton"><span class="fa-icon">upload-alt</span><span data-i18n="rulesExport">_</span><span class="hover"></span></button>
|
<button type="button" class="iconified" id="exportButton"><span class="fa-icon">upload-alt</span><span data-i18n="rulesExport">_</span><span class="hover"></span></button>
|
||||||
<button type="button" class="iconified" id="revertButton"><span class="fa-icon">arrow-right</span><span data-i18n="rulesRevert">_</span><span class="hover"></span></button>
|
<button type="button" class="iconified disabled" id="revertButton"><span class="fa-icon">arrow-right</span><span data-i18n="rulesRevert">_</span><span class="hover"></span></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="ruleActions">
|
<div class="ruleActions">
|
||||||
<div class="fieldset-header" data-i18n="rulesTemporaryHeader"></div>
|
<div class="fieldset-header" data-i18n="rulesTemporaryHeader"></div>
|
||||||
<button type="button" class="iconified" id="commitButton"><span class="fa-icon fa-icon-hflipped">arrow-right</span><span data-i18n="rulesCommit">_</span><span class="hover"></span></button>
|
<button type="button" class="iconified disabled" id="commitButton"><span class="fa-icon fa-icon-hflipped">arrow-right</span><span data-i18n="rulesCommit">_</span><span class="hover"></span></button>
|
||||||
<button type="button" class="iconified" id="importButton"><span class="fa-icon">download-alt</span><span data-i18n="rulesImport">_</span><span class="hover"></span></button>
|
<button type="button" class="iconified" id="importButton"><span class="fa-icon">download-alt</span><span data-i18n="rulesImport">_</span><span class="hover"></span></button>
|
||||||
<button type="button" class="iconified preferred disabled" id="editSaveButton"><span class="fa-icon">save</span><span data-i18n="rulesEditSave">_</span><span class="hover"></span></button>
|
<button type="button" class="iconified preferred disabled" id="editSaveButton"><span class="fa-icon">save</span><span data-i18n="rulesEditSave">_</span><span class="hover"></span></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue