fix: #1350 File Input Button for Safari (#1351)

This commit is contained in:
Lorenzo Lewis 2022-11-14 09:28:07 +00:00 committed by GitHub
parent cbeaa60242
commit c6231687d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.file-input {
@apply border border-base-content border-opacity-0 bg-base-100 rounded-btn text-base;
&::file-selector-button {
@apply font-semibold uppercase no-underline border-neutral bg-neutral text-neutral-content;
@apply font-semibold uppercase no-underline border-neutral bg-neutral text-neutral-content rounded-btn;
border-width: var(--border-btn, 1px);
animation: button-pop var(--animation-btn, 0.25s) ease-out;
text-transform: var(--btn-text-case, uppercase);