Anther pseudo element rules fix

This commit is contained in:
Aurelien Vaillant
2020-04-05 13:06:54 +02:00
parent b50d46f037
commit b69a583810
+1 -1
View File
@@ -138,7 +138,7 @@ body {
width: 0; width: 0;
height: 0; height: 0;
} }
.icon-user::before { .icon-user::before, .icon-lock::before {
content: none; content: none;
} }