You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble with this as well. When testing using ?ionicplatform=ios the shadow disappears. For the modes md or android the shadow returns. I've used both no-border and no-shadow.
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:
Adding
no-border
toion-header
does not remove border.It happens because the style is wrong here: https://github.com/driftyco/ionic/blob/ac07c6f1244f657496a95945f40a152a1232d960/src/components/toolbar/toolbar.ios.scss#L75
Should be
border-bottom-width: 0
.Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: