chore (upload): ouline in upload button

This commit is contained in:
MickaelK
2025-06-28 03:06:21 +10:00
parent e2f3475bfc
commit e3f910814a

View File

@ -143,11 +143,11 @@
inset: 0;
border-radius: 50%;
appearance: none;
margin: -2px;
z-index: -1;
}
.component_mobilefileupload input[type="file"]:focus-visible {
background: rgba(0,0,0,0.8);
background: rgba(0, 0, 0, 0.8);
outline: 2px solid;
}
.component_mobilefileupload input[type="file"]::file-selector-button {
display: none;