Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions src/components/Breadcrumb/Breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,13 @@
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the POR is to not have/use components CSS, you should port everything over instead and make it RTL aware

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cliffkoh can you provide a little more info here? Not quire sure what this comment is about and/or how to act on. Thanks.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dubunin Basically you shouldn't have @import '~office-ui-fabric/src/components/Breadcrumb/Breadcrumb';.

I am frankly surprised there isn't a merge conflict, can you check what is in master?

Also tagging @dzearing

.ms-Breadcrumb-overflow {
display: none;
display: inline-block;
position: relative;
margin-right: -4px;

.ms-Breadcrumb-overflowButton {
font-size: $ms-font-size-s;
display: inline-block;
color:$ms-color-themePrimary;
margin-right: -4px;
padding: 12px 8px 3px 8px;
cursor: pointer;
}
Expand Down Expand Up @@ -106,6 +104,7 @@

&:hover {
background-color: $ms-color-neutralLighter;
color: $ms-color-themeDark;
cursor: pointer;
}

Expand All @@ -121,6 +120,7 @@
}

.ms-Breadcrumb-itemLink {
@include focus-border();
@include ms-font-xl();
display: inline-block;
padding: 0 4px;
Expand All @@ -130,7 +130,6 @@
overflow: hidden;
}


@media screen and (max-width: $ms-screen-md-max) {
.ms-Breadcrumb {
margin: 10px 0;
Expand Down Expand Up @@ -170,14 +169,3 @@
}
}
}

// TODO: Overrides that need to be removed.

.ms-Breadcrumb-overflow {
display: inline-block;
}

.ms-Breadcrumb-overflowButton {
line-height: 12px;
margin-right: 0px;
}