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

Remove redundant h1 selector #171

Merged
merged 2 commits into from
Feb 9, 2022
Merged

Remove redundant h1 selector #171

merged 2 commits into from
Feb 9, 2022

Conversation

JaZo
Copy link
Contributor

@JaZo JaZo commented Feb 9, 2022

I've removed the redundant h1 selector as mentioned in #159. I don't have concrete evidence this doesn't break anything, other than that I've tested it in a real application and didn't find any issues.

Resolves #159

This rule affects several WYSIWYG editors.

Fixes: #159
@RVxLab RVxLab merged commit 8171fc9 into eminiarts:master Feb 9, 2022
@RVxLab
Copy link
Collaborator

RVxLab commented Feb 9, 2022

I’ll trust you on your word. Thanks for the PR!

@RVxLab
Copy link
Collaborator

RVxLab commented Feb 12, 2022

This selector turned out not to be redundant unfortunately. This is what happened on a fresh Nova installation:

image

I'll (partially) revert this change.

@JaZo
Copy link
Contributor Author

JaZo commented Feb 14, 2022

Sorry it actually did break something, but glad to see you came up with an appropriate fix! Strange thing is that I can't reproduce what you see in a fresh installation (Laravel 8.83.0, Nova 3.31.0, nova-tabs 1.4.6 + my patch) 🤔

@RVxLab
Copy link
Collaborator

RVxLab commented Feb 14, 2022

Sorry it actually did break something, but glad to see you came up with an appropriate fix! Strange thing is that I can't reproduce what you see in a fresh installation (Laravel 8.83.0, Nova 3.31.0, nova-tabs 1.4.6 + my patch) 🤔

That's very strange indeed 🤔

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.

h1 heading is set to display:none
2 participants