docs(toolbar): remove no-border reference (#18528)

This commit is contained in:
Liam DeBeasi
2019-06-12 15:30:24 -04:00
committed by GitHub
parent 9e4346bb44
commit 5bdd16404e

View File

@ -17,7 +17,7 @@ Buttons placed in a toolbar should be placed inside of the `<ion-buttons>` eleme
### Borders
In `md` mode, the `<ion-header>` will receive a box-shadow on the bottom, and the `<ion-footer>` will receive a box-shadow on the top. In `ios` mode, the `<ion-header>` will receive a border on the bottom, and the `<ion-footer>` will receive a border on the top. Both the `md` box-shadow and the `ios` border can be removed by adding the `no-border` attribute to the element.
In `md` mode, the `<ion-header>` will receive a box-shadow on the bottom, and the `<ion-footer>` will receive a box-shadow on the top. In `ios` mode, the `<ion-header>` will receive a border on the bottom, and the `<ion-footer>` will receive a border on the top.