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

resolves #26625
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Liam DeBeasi
2023-01-18 14:31:34 -05:00
committed by GitHub
gitea-unlock(16/)
parent 487f4cd4a8
commit 2dca54a457
octicon-diff(16/tw-mr-1) 2 changed files with 0 additions and 6 deletions

2
core/api.txt
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

4
core/src/components/breadcrumbs/breadcrumbs.scss
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;