-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug(refresher): white line underneath the navbar #10994
Comments
Interesting issue, thanks for opening! We will take a look at this. |
A workaround is to add this to the
I need to see if we can remove this border, I'm not sure why it's there. cc @manucorporat |
Thanks @brandyscarney Workaround seems to do the trick. |
@brandyscarney no idea, maybe git blame? |
The border looks good when using a refresher on a list, like in the api demo. It would be weird without it. http://ionicframework.com/docs/api/components/refresher/Refresher/ It should only be visible when pulling though. A style exists for this already: .has-refresher > .scroll-content {
margin-top: -1px;
} Problem is that this style is overridden by the margins that are dynamically added to |
Fix submitted! #12015 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
If you put an
ion-refresher
in your page, a white line appears underneath the navigation bar which is especially noticeable when the navbar and surrounding colors are dark. As soon as I remove theion-refresher
the white line goes away.Expected behavior:
Adding an
ion-refresher
should not make such visible changes to the navbar.Related code:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: