salesforce / design-system-react

Salesforce Lightning Design System for React
https://design-system-react-site.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
916 stars 416 forks source link

Breadcrumb: Overflow menu items should be blue. Button width is too wide #2162

Open interactivellama opened 5 years ago

interactivellama commented 5 years ago

Item 1: Menu items are currently black text and do not seem to be picking up this CSS rule: .slds-dropdown--actions a, .slds-dropdown_actions a

The class slds-dropdown_actions probably needs to be added to the Dropdown.

Item 2: Overflow button is more narrow in SLDS. SLDS Screen Shot 2019-07-10 at 11 28 49 PM

DSR Screen Shot 2019-07-10 at 11 28 40 PM

See https://www.lightningdesignsystem.com/components/breadcrumbs/#With-Overflow

pulkonet commented 5 years ago

I have just added the CSS class to the Dropdown component under action variant. But this will just fix the first part of the issue, I am unsure about the second item. I will check it and revert.