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 border for group input in the navbar-inverse #22366

Closed
wants to merge 1 commit into from
Closed

Add border for group input in the navbar-inverse #22366

wants to merge 1 commit into from

Conversation

bastienmoulia
Copy link
Contributor

Add $btn-secondary-border border color for form control in input group in the navbar when there is a dark background.

Because the normal border color is rgba(0,0,0,.15) and depend of the background color the input in input group seems to have no border.

Fix #21098
Close #21318

Add `$btn-secondary-border` border color for form control in input group in the navbar when there is a dark background.

Because the normal border color is `rgba(0,0,0,.15)` and depend of the background color the input in input group seems to have no border.

Fix #21098
Close #21318
.input-group .form-control {
border-color: $btn-secondary-border;
}

Choose a reason for hiding this comment

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

Line contains trailing whitespace

@@ -279,4 +279,9 @@
.navbar-text {
color: $navbar-inverse-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

@mdo
Copy link
Member

mdo commented Apr 8, 2017

This isn't the right solution to this. That variable is for other purposes. Thanks, though!

@mdo mdo closed this Apr 8, 2017
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.

4 participants