Fix design and auto-selection of file format type
This commit is contained in:
parent
4e3e9a95e4
commit
9b80546c0c
2 changed files with 1 additions and 6 deletions
|
@ -119,11 +119,6 @@ select.input-dark:not(.appearance-none) {
|
|||
&:hover:not(:disabled), &:focus {
|
||||
@apply .border-neutral-400;
|
||||
}
|
||||
|
||||
/* fix for Firefox trying to be cool with dark colors */
|
||||
&:focus {
|
||||
@apply .bg-white .text-neutral-800;
|
||||
}
|
||||
}
|
||||
|
||||
.input-dark-label {
|
||||
|
|
Reference in a new issue