mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix the contrast rate issue of couple view icons in activity bar (#21003)
* fix connections and notebooks view icon issue * update name * remove css reference
This commit is contained in:
@@ -615,7 +615,7 @@ export namespace CSSIcon {
|
||||
let [, id, modifier] = match;
|
||||
|
||||
// {{SQL CARBON EDIT}} Modifying method to not add 'codicon' in front of sql carbon icons.
|
||||
let sqlCarbonIcons: string[] = [SqlIconId.book, SqlIconId.dataExplorer, SqlIconId.activeConnectionsAction, SqlIconId.addServerAction, SqlIconId.addServerGroupAction, SqlIconId.serverPage];
|
||||
let sqlCarbonIcons: string[] = [SqlIconId.activeConnectionsAction, SqlIconId.addServerAction, SqlIconId.addServerGroupAction, SqlIconId.serverPage];
|
||||
if (sqlCarbonIcons.includes(id)) {
|
||||
return ['codicon', id];
|
||||
// {{SQL CARBON EDIT}} End of edit
|
||||
|
||||
Reference in New Issue
Block a user