From 0fccf5eec76b09bf8fffa5e121c0bec541c88df6 Mon Sep 17 00:00:00 2001 From: BeniBenj Date: Tue, 28 Jan 2025 10:29:55 +0100 Subject: [PATCH] fix: https://github.com/microsoft/vscode-copilot-release/issues/3981 --- .../services/decorations/browser/decorationsService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/services/decorations/browser/decorationsService.ts b/src/vs/workbench/services/decorations/browser/decorationsService.ts index 16344696c82ca..d68cad08bed11 100644 --- a/src/vs/workbench/services/decorations/browser/decorationsService.ts +++ b/src/vs/workbench/services/decorations/browser/decorationsService.ts @@ -143,7 +143,7 @@ class DecorationRule { font-size: 16px; margin-right: 14px; font-weight: normal; - ${modifier === 'spin' ? 'animation: codicon-spin 1.5s steps(30) infinite' : ''}; + ${modifier === 'spin' ? 'animation: codicon-spin 1.5s steps(30) infinite; font-style: normal !important;' : ''}; `, element );