fix: hide ugly select style on FireFox

This commit is contained in:
EnixCoda 2019-12-02 19:24:37 +08:00
parent effaca1f2c
commit 8c9007ddd0
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -446,6 +446,9 @@
min-width: 100px;
}
}
select {
-moz-appearance: none;
}
.access-token {
border-bottom: none; // prevent overwrite by github style
.link-button {