Skip to content

Add a job to validate the CSS and fix the CSS#5

Open
cristan wants to merge 3 commits into
daniruiz:masterfrom
cristan:master
Open

Add a job to validate the CSS and fix the CSS#5
cristan wants to merge 3 commits into
daniruiz:masterfrom
cristan:master

Conversation

@cristan

@cristan cristan commented May 26, 2026

Copy link
Copy Markdown
Contributor

I like seeing green checkboxes next to repos, so why not add a CSS validator job to validate this repo? :)

The job found this invalid CSS CSS: -webkit-touch-callout: text;

I fixed this by changing it into -webkit-touch-callout: default;

Alternatively, we could stop doing this altogether by removing the lines with this and the global -webkit-touch-callout: none as well. I didn't want to do a full investigation of why you'd want this or not, so I just fixed the CSS instead.

cristan added 3 commits May 26, 2026 12:27
This wasn't valid CSS: `-webkit-touch-callout: text;`

Alternatively, we could stop doing this altogether by removing these lines and the global `-webkit-touch-callout: none` as well.
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

Successfully merging this pull request may close these issues.

1 participant