@@ -168,40 +168,40 @@ export class QuickInputService extends Themable implements IQuickInputService {
168168 return {
169169 widget : {
170170 ...computeStyles ( this . theme , {
171- quickInputBackground : quickInputBackground ,
172- quickInputForeground : quickInputForeground ,
173- quickInputTitleBackground : quickInputTitleBackground ,
174- contrastBorder : contrastBorder ,
175- widgetShadow : widgetShadow
171+ quickInputBackground,
172+ quickInputForeground,
173+ quickInputTitleBackground,
174+ contrastBorder,
175+ widgetShadow
176176 } ) ,
177177 } ,
178178 inputBox : computeStyles ( this . theme , {
179- inputForeground : inputForeground ,
180- inputBackground : inputBackground ,
181- inputBorder : inputBorder ,
182- inputValidationInfoBackground : inputValidationInfoBackground ,
183- inputValidationInfoForeground : inputValidationInfoForeground ,
184- inputValidationInfoBorder : inputValidationInfoBorder ,
185- inputValidationWarningBackground : inputValidationWarningBackground ,
186- inputValidationWarningForeground : inputValidationWarningForeground ,
187- inputValidationWarningBorder : inputValidationWarningBorder ,
188- inputValidationErrorBackground : inputValidationErrorBackground ,
189- inputValidationErrorForeground : inputValidationErrorForeground ,
190- inputValidationErrorBorder : inputValidationErrorBorder
179+ inputForeground,
180+ inputBackground,
181+ inputBorder,
182+ inputValidationInfoBackground,
183+ inputValidationInfoForeground,
184+ inputValidationInfoBorder,
185+ inputValidationWarningBackground,
186+ inputValidationWarningForeground,
187+ inputValidationWarningBorder,
188+ inputValidationErrorBackground,
189+ inputValidationErrorForeground,
190+ inputValidationErrorBorder
191191 } ) ,
192192 countBadge : computeStyles ( this . theme , {
193- badgeBackground : badgeBackground ,
194- badgeForeground : badgeForeground ,
193+ badgeBackground,
194+ badgeForeground,
195195 badgeBorder : contrastBorder
196196 } ) ,
197197 button : computeStyles ( this . theme , {
198- buttonForeground : buttonForeground ,
199- buttonBackground : buttonBackground ,
200- buttonHoverBackground : buttonHoverBackground ,
198+ buttonForeground,
199+ buttonBackground,
200+ buttonHoverBackground,
201201 buttonBorder : contrastBorder
202202 } ) ,
203203 progressBar : computeStyles ( this . theme , {
204- progressBarBackground : progressBarBackground
204+ progressBarBackground
205205 } ) ,
206206 list : computeStyles ( this . theme , {
207207 listBackground : quickInputBackground ,
@@ -210,8 +210,8 @@ export class QuickInputService extends Themable implements IQuickInputService {
210210 listInactiveFocusBackground : listFocusBackground ,
211211 listFocusOutline : activeContrastBorder ,
212212 listInactiveFocusOutline : activeContrastBorder ,
213- pickerGroupBorder : pickerGroupBorder ,
214- pickerGroupForeground : pickerGroupForeground
213+ pickerGroupBorder,
214+ pickerGroupForeground
215215 } )
216216 } ;
217217 }
0 commit comments