You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that the disabled buttons don't appear correctly
Firefox
Chromium
The problem seems to be on the file input
/* currently it's like this */input[type=file]::file-selector-button[disabled]
/* it should probably be */input[type=file][disabled]
/* or */input[type=file][disabled]::file-selector-button
A similar thing seems to be happening with the :focus-visible pseudo-class, but :hover is working
The text was updated successfully, but these errors were encountered:
It used to look like this ( before 3b8050f )
After that the disabled buttons don't appear correctly
The problem seems to be on the file input
A similar thing seems to be happening with the :focus-visible pseudo-class, but :hover is working
The text was updated successfully, but these errors were encountered: