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

New class to hide li:before on any descendant #1

Open
milesdelliott opened this issue May 17, 2019 · 0 comments
Open

New class to hide li:before on any descendant #1

milesdelliott opened this issue May 17, 2019 · 0 comments

Comments

@milesdelliott
Copy link
Contributor

NC State Bootstrap uses a :before pseudo-element to add a little chevron to replace the list style image, this makes it hard to remove with list-style-type: none.

We have the existing class n_before-none but that only works when applied directly to the <li> or the <ul> elements.

Should we create a class, maybe n_before-none--force that will remove the :before psuedo-element from any descendant <li> element?

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