Merge pull request #93 from one-some/ui2-lastaction

Add "hide text hightlighting" tweak
This commit is contained in:
ebolam
2022-09-02 09:07:52 -04:00
committed by GitHub
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;
}