remove Firefox-specific code (unneeded after adding position:absolute to input)

This commit is contained in:
Kroell 2023-01-16 11:12:33 -05:00
parent 3bdee0550e
commit 324da8117c

View file

@ -169,10 +169,4 @@ input {
width: 0;
position: absolute;
}
@supports (-moz-appearance: none) {
input {
margin-top: -3.5px;
}
}
</style>