mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Merge pull request #197577 from gtritchie/aria-hide-search-icon
aria-hide search icon
This commit is contained in:
@@ -142,6 +142,7 @@ class CommandCenterCenterViewItem extends BaseActionViewItem {
|
||||
|
||||
// icon (search)
|
||||
const searchIcon = document.createElement('span');
|
||||
searchIcon.ariaHidden = 'true';
|
||||
searchIcon.className = action.class ?? '';
|
||||
searchIcon.classList.add('search-icon');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user