style: use consistent input styles (#3894)

This commit is contained in:
ikkz 2025-04-10 13:51:52 +08:00 committed by GitHub
parent 56613be933
commit 480e8f5409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
width: 100%;
-webkit-appearance: none;
appearance: none;
height: 1.5em;
background: var(--canvas-inset);
border: 1px solid var(--border);
border-radius: var(--border-radius);
padding: 1px 0.5em;
outline: none !important;
}
</style>