From 22f434c0d3db1d74b8ee5be9518f1ba1581df088 Mon Sep 17 00:00:00 2001 From: Kuldeep Matharu Date: Fri, 9 Aug 2024 10:01:30 +0100 Subject: [PATCH] menu close button --- src/component/menuClose/index.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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