Skip to content

Commit 8faea73

Browse files
authored
Merge pull request #12933 from SeanXLChen/mobile-glossary-tooltip
fix: override box-shadow to none to avoid tooltip border #12597
2 parents b2879ea + 3574d0d commit 8faea73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/@chakra-ui/components/Popover.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ const baseStyle = definePartsStyle(
3535
maxWidth: "xs", // 20rem
3636
lineHeight: "base",
3737
w: "auto",
38+
_focusVisible: {
39+
boxShadow: 'none',
40+
},
3841
},
3942
body: {
4043
color: "body.base",

0 commit comments

Comments
 (0)