From ff31b17687c22967a58047c2bd9a7d219b296033 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 25 Sep 2023 00:05:15 +0100 Subject: [PATCH] style: make focus invisible on popup wrappers --- frontend/src/styles/popups.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index 302e0e2c2..a3d5d484f 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -10,6 +10,9 @@ justify-content: center; align-items: center; padding: 2rem 0; + &:focus-visible { + outline: none; + } } #customTextPopupWrapper {