Remove orphan CSS selectors in phui/phui-comment-form.css
Summary: `phui-comment-action-icon` was added in https://we.phorge.it/rPd78802f3ab6572400b799f4aa1d7b21e1885e350, seems it has never been used.
Test Plan:
* Grep the code via `grep --exclude="*.css" -R 'phui-comment-action' .` and `grep --exclude="*.css" -R 'action-icon' .`, find no use.
* Open a task and check out the HTML classes related to the Comment field, find no mention.
Reviewers: O1 Blessed Committers, mainframe98
Reviewed By: O1 Blessed Committers, mainframe98
Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Differential Revision: https://we.phorge.it/D26102