Background
As part of work to incorporate the new bookmark button to the Reading List beta feature, we have updated the "Tools > Action" menu to support icons. This is important to allow editors who have the watch star in the actions menu to see the associated icon which is critical for understanding if an article is temporarily watched. The icons are also consistent with mobile so improve familiarity of icons across platforms. The change is currently limited to the actions menu, which will predominately impact editors with privileged user rights.
Before:
After:
Mobile for reference:
Opting out
Users can opt out of the change by adding the following CSS to Special:MyPage/vector-2022.css
/* */ #p-cactions li:not(.mw-watchlink) .vector-icon { display: none; }If you have feedback on this change, we would love to hear from you on https://www.mediawiki.org/wiki/Talk:Readers/Reader_Experience/WE3.3.4_Reading_lists


