Remove -moz prefix

The `-moz` prefix isn't needed as 16+ supports unprefixed.
This commit is contained in:
Johnny 2020-04-18 21:58:15 +10:00 committed by GitHub
parent dec5068ca9
commit 6a226502f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2054,7 +2054,6 @@ a:only-of-type > .remove {
bottom: 20px;
right: 10px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.textarea {