Add "hide text hightlighting" tweak

This commit is contained in:
somebody
2022-09-02 07:41:22 -05:00
parent eb740e382b
commit 95c8e5914f
2 changed files with 8 additions and 0 deletions

View File

@@ -347,6 +347,10 @@
<span>Hide token bar</span>
<input type=checkbox class="setting_item_input" data-size="mini" data-onstyle="success" data-toggle="toggle">
</div>
<div class="tweak-container" tweak-path="hide-max-length">
<span>Hide text highlighting</span>
<input type=checkbox class="setting_item_input" data-size="mini" data-onstyle="success" data-toggle="toggle">
</div>
</div>
</div>
<div id="settings_footer" class="settings_footer">

View File

@@ -0,0 +1,4 @@
.within_max_length {
color: inherit !important;
font-weight: inherit !important;
}