@eclass/ui-kit 1.54.11 → 1.54.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4194,6 +4194,14 @@ const Modal = ({
4194
4194
  marginX: isDesktop ? "auto" : 0,
4195
4195
  maxH: isInside ? "calc(100dvh - 96px)" : "auto",
4196
4196
  maxWidth: isDesktop ? "690px" : "100%",
4197
+ ".chakra-modal__close-btn": {
4198
+ "&:hover": {
4199
+ bg: "transparent"
4200
+ },
4201
+ "&:focus-visible": {
4202
+ boxShadow: `inset 0 0 0 2px ${vars("colors-alert-deepSkyBlue")}, inset 0 0 0 4px ${vars("colors-neutral-white")}`
4203
+ }
4204
+ },
4197
4205
  ...fixedButtons && {
4198
4206
  ".uikit-modalContent": {
4199
4207
  pb: 0