Skip to content

Commit 4521778

Browse files
committed
🎨 Better clear button icon;
1 parent f0192bf commit 4521778

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Github_Comment_Enhancer/Github_Comment_Enhancer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366

367367
'<div style="float:right;">' +
368368
' <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>' +
369+
' <span class="octicon octicon-trashcan"></span>' +
370370
' </a>' +
371371
'</div>';
372372
})();

Github_Comment_Enhancer/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Every comment field also got a toolbar, consisting of the following buttons:
6161

6262
* **2.5.0**
6363
* Fixed not running everywhere (fixes https://github.com/jerone/UserScripts/issues/66);
64+
* Better clear button icon;
6465
* **2.4.1**
6566
* Fixed a small bug with cached suggestions for emoji when returning to an issue/PR;
6667
* **2.4.0**

0 commit comments

Comments
 (0)