Remove hardcoded cursor for <input> (#967)

This commit is contained in:
Lukas Schönmann
2022-11-21 22:10:24 +01:00
committed by GitHub
parent 0d79d31b96
commit 411aa0bbed

View File

@@ -273,7 +273,6 @@ input {
text-align: start;
appearance: auto;
-webkit-rtl-ordering: logical;
cursor: text;
background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
margin: 0em;
padding: 1px 2px;