From 5d00953c335e71cae83f44423d89771f584a0c37 Mon Sep 17 00:00:00 2001 From: Xiexe Date: Fri, 2 Oct 2020 20:28:40 -0400 Subject: [PATCH] fix shadow on button on firefox --- assets/css/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 0e5e5b0..76e771f 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -163,10 +163,8 @@ html, body { .xPacButton:hover { transform: scale(0.81); - -webkit-filter: drop-shadow(0px 0px 5px rgb(0, 0, 0)); } .xPacButton:active { transform: scale(0.79); - -webkit-filter: drop-shadow(0px 0px 0px rgb(0, 0, 0)); } \ No newline at end of file