Skip to content

Commit 0fccf5e

Browse files
committed
1 parent 7a3d738 commit 0fccf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/decorations/browser/decorationsService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class DecorationRule {
143143
font-size: 16px;
144144
margin-right: 14px;
145145
font-weight: normal;
146-
${modifier === 'spin' ? 'animation: codicon-spin 1.5s steps(30) infinite' : ''};
146+
${modifier === 'spin' ? 'animation: codicon-spin 1.5s steps(30) infinite; font-style: normal !important;' : ''};
147147
`,
148148
element
149149
);

0 commit comments

Comments
 (0)