Skip to content

Disabled buttons are not displayed correctly #120

Open
@h-banii

Description

It used to look like this ( before 3b8050f )

Firefox Chromium
image image

After that the disabled buttons don't appear correctly

Firefox Chromium
image image

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions