@@ -219,12 +219,6 @@ const DesignableBanner: ReactComponent<BannerRenderProps> = ({
219219 ) ,
220220 textColour : hexColourToString ( primaryCta . default . text ) ,
221221 } ,
222- // hover: {
223- // backgroundColour: hexColourToString(
224- // primaryCta.hover.background,
225- // ),
226- // textColour: hexColourToString(primaryCta.hover.text),
227- // },
228222 } ,
229223 secondaryCtaSettings : {
230224 default : {
@@ -238,17 +232,6 @@ const DesignableBanner: ReactComponent<BannerRenderProps> = ({
238232 : undefined
239233 } `,
240234 } ,
241- // hover: {
242- // backgroundColour: hexColourToString(
243- // secondaryCta.hover.background,
244- // ),
245- // textColour: hexColourToString(secondaryCta.hover.text),
246- // border: `1px solid ${
247- // secondaryCta.hover.border
248- // ? hexColourToString(secondaryCta.hover.border)
249- // : undefined
250- // }`,
251- // },
252235 } ,
253236 closeButtonSettings : {
254237 default : {
@@ -262,17 +245,6 @@ const DesignableBanner: ReactComponent<BannerRenderProps> = ({
262245 : specialReport [ 100 ]
263246 } `,
264247 } ,
265- // hover: {
266- // backgroundColour: hexColourToString(
267- // closeButton.hover.background,
268- // ),
269- // textColour: hexColourToString(closeButton.hover.text),
270- // border: `1px solid ${
271- // closeButton.hover.border
272- // ? hexColourToString(closeButton.hover.border)
273- // : neutral[100]
274- // }`,
275- // },
276248 } ,
277249 highlightedTextSettings : {
278250 textColour : hexColourToString ( highlightedText . text ) ,
0 commit comments