PY-82344 Remove border from tooltip image

(cherry picked from commit b7d4fef651ef8d7ae8e03c95b999cb6535c45049)

GitOrigin-RevId: 0499188b113ccb542680f8fb0698f87ebfb93815
This commit is contained in:
Daniil Kalinin
2025-11-25 20:09:10 +00:00
committed by intellij-monorepo-bot
parent bc99c42379
commit a75939123a
@@ -48,7 +48,7 @@ object PyCommunityToUnifiedTooltip {
fun @Nls String.h3(): String = "<html><b><span style='font-size:1.17em'>$this</span></b></html>"
return GotItTooltip(TOOLTIP_ID, PyPromoSharedComponents.mainText)
.withImage(image)
.withImage(image, false)
.withHeader(PyPromoSharedComponents.headerTitle.h3())
.withButtonLabel(PyPromoSharedComponents.updateNow)
.withLink(PyPromoSharedComponents.learnMore) {