We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome Beta/Dev/Canary, Microsoft Edge Beta/Dev/Canary
the block-size and inline-size of input:before is 4px bigger than Microsoft major design
block-size
inline-size
input:before
No response
so input:before must be 4px smaller in checked state:
block-size: 8px; inline-size: 8px;
in hover state:
block-size: 10px; inline-size: 10px;
and in active state:
block-size: 6px; inline-size: 6px;
https://www.figma.com/community/file/1159947337437047524
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before you start...
What browsers are you seeing the problem on?
Chrome Beta/Dev/Canary, Microsoft Edge Beta/Dev/Canary
Description
the
block-size
andinline-size
ofinput:before
is 4px bigger than Microsoft major designSteps To Reproduce
No response
Expected behavior
so
input:before
must be 4px smallerin checked state:
in hover state:
and in active state:
Relevant Assets
https://www.figma.com/community/file/1159947337437047524
The text was updated successfully, but these errors were encountered: