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

Add justified navs #18653

Closed
wants to merge 12 commits into from
Closed

Add justified navs #18653

wants to merge 12 commits into from

Conversation

bassjobsen
Copy link
Contributor

see: #17723

}

.nav-link {
text-align: center;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Properties should be ordered margin-bottom, text-align

border-radius: $border-radius;
}

.nav-link.active,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make use of the plain-hover-focus mixin here.
See

@mixin plain-hover-focus {

@include plain-hover-focus {
border-bottom-color: $nav-tabs-justified-active-link-border-color;
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line contains trailing whitespace

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line contains trailing whitespace

@bassjobsen bassjobsen mentioned this pull request Jan 1, 2016
@mdo mdo modified the milestone: v4.1 ideas Oct 3, 2016
@mdo
Copy link
Member

mdo commented Nov 26, 2016

I added some justified nav in #21201 via flexbox.

@mdo mdo closed this Nov 26, 2016
@mdo mdo removed this from the v4.1 ideas milestone Nov 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants