-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Invisible border of input-group in inverse navbar #21098
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
Comments
The reason is moving to a translucent border color in commit c3e4cbd |
The commit was a fix for #19136. Maybe we should make semi-transparent a border of add-on. |
I tried to add Here is a screenshot showing the problem : |
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 twbs#21098 Close twbs#21318
c3e4cbd changed the border of input elements to be translucent. This commit makes input group elements and custom form inputs follow the same pattern. Fixes twbs#21098
c3e4cbd changed the border of input elements to be translucent. This commit makes input group elements and custom form inputs follow the same pattern. Fixes twbs#21098
When in a inverse navbar I add a input-group containing a input and an add-on, the border of the input is badly rendered while the border of the add-on is ok. If the navbar is not inverse, all is fine.
Here is a jsfiddle showing the problem : https://jsfiddle.net/mw7ts10m/
The problem is with version alpha 5 (tested on firefox and IE11).
With the alpha 2 version, the borders was well rendered, as showed in this jsfiddle : https://jsfiddle.net/mw7ts10m/2/
It seems broken since alpha 3.
The text was updated successfully, but these errors were encountered: