Skip to content

Commit

Permalink
Fixed #27 - Breadcrumb | Remove unused p-breadcrumb-chevron class
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jul 21, 2023
1 parent 385ddb5 commit a9b2c33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
4 changes: 2 additions & 2 deletions theme-base/components/menu/_breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
border-radius: $borderRadius;
padding: $breadcrumbPadding;

ul {
.p-breadcrumb-list {
li {
.p-menuitem-link {
transition: $listItemTransition;
Expand All @@ -23,7 +23,7 @@
}
}

&.p-breadcrumb-chevron {
&.p-menuitem-separator {
margin: 0 $inlineSpacing 0 $inlineSpacing;
color: $breadcrumbSeparatorColor;
}
Expand Down
19 changes: 1 addition & 18 deletions themes/bootstrap4/_vendor_extensions.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.p-breadcrumb {
.p-breadcrumb-chevron {
font-family: $fontFamily;

&:before {
content: '/';
}
}
}

.fc {
&.fc-theme-standard {
.fc-highlight {
background: $primaryAccentBg;
}
}
}
/* Vendor extensions to the designer enhanced bootstrap compatibility */

0 comments on commit a9b2c33

Please sign in to comment.