From 0c676bebac5191c3841ad3ef2dec58401cecac4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Svatos=CC=8C?= Date: Wed, 26 Oct 2022 19:56:56 -0400 Subject: [PATCH] FIX - modal buttons :after --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 95e9807..603c7ac 100644 --- a/style.css +++ b/style.css @@ -343,6 +343,10 @@ body::after { pointer-events: none; } +.modal__button::after { + display: none; +} + /* -- button variants */ .modal__button-icon { display: flex;