diff --git a/src/component/menuClose/index.css b/src/component/menuClose/index.css index 00ed008d..3c63d29d 100644 --- a/src/component/menuClose/index.css +++ b/src/component/menuClose/index.css @@ -31,8 +31,14 @@ width: var(--menu-close-space); } +.menu-close-button:focus, +.menu-close-button:hover, +.menu-close-button:active { + background-color: transparent; +} + @media (min-width: 700px) { .menu-close-button { border-radius: calc(var(--theme-radius) * 0.01em); } -} +} \ No newline at end of file