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

Incorrect use of CSS outline property #429

Open
mtrebron opened this issue Jul 24, 2024 · 0 comments
Open

Incorrect use of CSS outline property #429

mtrebron opened this issue Jul 24, 2024 · 0 comments

Comments

@mtrebron
Copy link

In https://github.com/collective/collective.easyform/blob/master/src/collective/easyform/browser/easyform.css#L36-L38

In contrast with the border property, outline styles apply to the box as a whole. See https://developer.mozilla.org/en-US/docs/Web/CSS/outline

As-is, the declarations will be dropped by the browser. Depending on the intended effect, they can be left out or simplified to something like

.fieldFromBehavior .fieldLabel {
    outline: solid thin;
} 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant