We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ab9c4 commit 12b4f62Copy full SHA for 12b4f62
src/organisms/Modals/Modal/Modal.tsx
@@ -55,6 +55,16 @@ export const Modal = ({
55
marginX: isDesktop ? 'auto' : 0,
56
maxH: isInside ? 'calc(100dvh - 96px)' : 'auto',
57
maxWidth: isDesktop ? '690px' : '100%',
58
+ '.chakra-modal__close-btn': {
59
+ '&:hover': {
60
+ bg: 'transparent',
61
+ },
62
+ '&:focus-visible': {
63
+ boxShadow: `inset 0 0 0 2px ${vars(
64
+ 'colors-alert-deepSkyBlue'
65
+ )}, inset 0 0 0 4px ${vars('colors-neutral-white')}`,
66
67
68
...(fixedButtons && {
69
'.uikit-modalContent': {
70
pb: 0,
0 commit comments