1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

remove unnecessary appearance (#1142)

This commit is contained in:
EnzoVezzaro 2022-02-24 16:17:54 +01:00 committed by GitHub
parent e65abc561e
commit 8599835be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,8 +38,6 @@
color: var(--brand-grey-light); color: var(--brand-grey-light);
cursor: not-allowed; cursor: not-allowed;
pointer-events: none; pointer-events: none;
/* for hiding spin buttons in Firefox */
-moz-appearance: textfield;
} }
.input[readonly]::-webkit-inner-spin-button, .input[readonly]::-webkit-inner-spin-button,