Skip to content
New issue

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

🐞 outline:none is broken #296

Closed
oskar-gmerek opened this issue Oct 26, 2023 · 3 comments · Fixed by #299
Closed

🐞 outline:none is broken #296

oskar-gmerek opened this issue Oct 26, 2023 · 3 comments · Fixed by #299
Assignees
Labels

Comments

@oskar-gmerek
Copy link
Contributor

Description

outline:* is always rewrited in css as outline:* solid. Because of this behavior there is impossible to use outline:none because this is translated to outline:none solid what is invalid property value.

There is also no unit tests cover that case.

Reproduction

  1. Add class outline:none to the input.
  2. See the broken css in dev tools.

System Informations

N/A

@oskar-gmerek oskar-gmerek added the bug Something isn't working label Oct 26, 2023
@1aron 1aron self-assigned this Oct 27, 2023
@1aron 1aron added the css label Oct 27, 2023
@1aron 1aron closed this as completed in f98bc57 Nov 3, 2023
@1aron
Copy link
Member

1aron commented Nov 3, 2023

@oskar-gmerek Thank you for describing the issue in detail. It has been resolved in https://github.com/master-co/css/releases/tag/v2.0.0-beta.193.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants