We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0192bf commit 4521778Copy full SHA for 4521778
2 files changed
Github_Comment_Enhancer/Github_Comment_Enhancer.user.js
@@ -366,7 +366,7 @@
366
367
'<div style="float:right;">' +
368
' <a href="#" id="function-clear" class="btn btn-sm minibutton function-button tooltipped tooltipped-nw" aria-label="Clear (alt+ctrl+x)">' +
369
- ' <span class="octicon octicon-circle-slash"></span>' +
+ ' <span class="octicon octicon-trashcan"></span>' +
370
' </a>' +
371
'</div>';
372
})();
Github_Comment_Enhancer/README.md
@@ -61,6 +61,7 @@ Every comment field also got a toolbar, consisting of the following buttons:
61
62
* **2.5.0**
63
* Fixed not running everywhere (fixes https://github.com/jerone/UserScripts/issues/66);
64
+ * Better clear button icon;
65
* **2.4.1**
66
* Fixed a small bug with cached suggestions for emoji when returning to an issue/PR;
67
* **2.4.0**
0 commit comments