fix shadow on button on firefox

This commit is contained in:
Xiexe
2020-10-02 20:28:40 -04:00
parent 2c9d59b933
commit 5d00953c33
-2
View File
@@ -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));
}