Skip to content

Commit fd6e2f8

Browse files
author
Rajat
committed
Removed tooltips
1 parent 0079d4e commit fd6e2f8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/components-library/src/section-background-panel.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export function SectionBackgroundPanel({
142142
color || "#ffffff",
143143
})
144144
}
145-
tooltip="Choose the background color for this section"
146145
/>
147146
<ColorSelector
148147
title="Dark Mode Color"
@@ -152,7 +151,6 @@ export function SectionBackgroundPanel({
152151
backgroundColorDark: color,
153152
})
154153
}
155-
tooltip="Optional background color for dark mode"
156154
allowReset={true}
157155
/>
158156
</TabsContent>
@@ -212,7 +210,6 @@ export function SectionBackgroundPanel({
212210
blur: blur || 0,
213211
})
214212
}
215-
tooltip="Blur effect to the background image"
216213
unit=""
217214
/>
218215

@@ -241,7 +238,6 @@ export function SectionBackgroundPanel({
241238
color,
242239
})
243240
}
244-
tooltip="Color of the overlay on top of the background image"
245241
/>
246242
<ColorSelector
247243
title="Dark Mode Overlay Color"
@@ -254,7 +250,6 @@ export function SectionBackgroundPanel({
254250
colorDark: color,
255251
})
256252
}
257-
tooltip="Optional overlay color for dark mode"
258253
allowReset={true}
259254
/>
260255
<PageBuilderSlider
@@ -269,7 +264,6 @@ export function SectionBackgroundPanel({
269264
opacity,
270265
})
271266
}
272-
tooltip="Opacity of the overlay"
273267
unit=""
274268
/>
275269
<CustomSelect

0 commit comments

Comments
 (0)