From d8b74dccd16c45892e2ae0d4ac4b345aadda0ac1 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 19 Sep 2023 22:51:59 +0100 Subject: [PATCH] style: missing button style --- frontend/src/styles/nav.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 196560ac5..b8991327d 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -125,7 +125,8 @@ } } -#top.focus #menu .textButton { +#top.focus #menu .textButton, +#top.focus #menu button { color: transparent !important; }