remove redundant date input styling

This commit is contained in:
llama 2025-05-12 08:09:11 +08:00
parent 895f723467
commit fe01abbfee
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

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