-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Dubunin/breadcrumb issues #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
85f603d
c890a9d
0879ad6
9f3323b
4b4c609
971fc26
bb8ac2c
8c15bdc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -174,10 +174,31 @@ | |
| // TODO: Overrides that need to be removed. | ||
|
|
||
| .ms-Breadcrumb-overflow { | ||
| @include margin-right(0px); | ||
|
||
| display: inline-block; | ||
| } | ||
|
|
||
| .ms-Breadcrumb-overflowButton { | ||
| @include margin-right(0px); | ||
| line-height: 12px; | ||
| margin-right: 0px; | ||
| } | ||
|
|
||
| // Temp fix. Should be updated in fabric core | ||
|
||
| &:hover { | ||
| color: $ms-color-themeDark; | ||
| } | ||
| } | ||
|
|
||
| // Override the default fabric styles for focus which do not make use of FocusZone | ||
| .ms-Breadcrumb-itemLink { | ||
| &:focus { | ||
| outline: none; | ||
| color: $ms-color-neutralPrimary; | ||
| } | ||
| } | ||
|
|
||
| .ms-Fabric.is-focusVisible .ms-Breadcrumb-itemLink { | ||
| &:focus { | ||
| outline: 1px solid $ms-color-neutralSecondaryAlt; | ||
| color: $ms-color-black; | ||
| } | ||
| } | ||
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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