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

.navbar-right outdent should apply to first child #12947

Closed
wants to merge 1 commit into from
Closed

.navbar-right outdent should apply to first child #12947

wants to merge 1 commit into from

Conversation

fleaflicker
Copy link

Right-floated elements appear in reverse order from their order in the markup.

If you have more than one .navbar-right element, the "outdent" is applied to the wrong one.

Right-floated elements appear in reverse order from their order in the markup.

If you have more than one .navbar-right element, the "outdent" is applied to the wrong one.
@fleaflicker
Copy link
Author

The fix proposed in this pull request is actually wrong too, the outdent needs to apply to the first .navbar-right element only, not the :first-child (i.e., the first child of this class).

@cvrebert cvrebert added the css label Mar 6, 2014
@mdo
Copy link
Member

mdo commented Mar 6, 2014

You'll need to include some extensive examples demonstrating any problem with navbar subcomponents. They're pretty on point right now overall as far as I know. Since you mention this fix is wrong, too, I'm going to close things out. Let's punt discussion to a new issue if you can put that together <3.

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 this pull request may close these issues.

3 participants