docs(breadcrumb): remove documentation for nonexistent APIs (#26630)

resolves #26625
This commit is contained in:
Liam DeBeasi
2023-01-18 14:31:34 -05:00
committed by GitHub
parent 487f4cd4a8
commit 2dca54a457
2 changed files with 0 additions and 6 deletions

View File

@ -193,8 +193,6 @@ ion-breadcrumbs,prop,itemsBeforeCollapse,number,1,false,false
ion-breadcrumbs,prop,maxItems,number | undefined,undefined,false,false
ion-breadcrumbs,prop,mode,"ios" | "md",undefined,false,false
ion-breadcrumbs,event,ionCollapsedClick,BreadcrumbCollapsedClickEventDetail,true
ion-breadcrumbs,css-prop,--background
ion-breadcrumbs,css-prop,--color
ion-button,shadow
ion-button,prop,buttonType,string,'button',false,false

View File

@ -4,10 +4,6 @@
// --------------------------------------------------
:host {
/**
* @prop --background: Background of the breadcrumbs
* @prop --color: Text color of the breadcrumbs
*/
@include font-smoothing();
display: flex;