You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the opinion of width: 100; from the fd-popover component encouraging anyone who is consuming the component to specify their desired widths.
Adds the opinion of display: inline-block; to the fd-popover component encouraging anyone who is consuming the component to specify display: block; if needed (commonly used in input scenarios).
Adds width: 100% to the fd-combobox-input popover body & display: block; to the popover.
Adds width: 100% to the fd-multi-input popover body & display: block; to the popover.
Adds width: 100% to the fd-search-input popover body & display: block; to the popover.
Adds fd-popover__body--right and fd-popover__body--left modifiers to the fd-popover component.
Adds a fd-focus mixin that can be used on any component to add our default box-shadow/glow when a component is focused on the page.
Includes fd-focus on: Buttons, Alerts - Close Button, Input Group - Add on Button, Modal - Close Button, and Tree - Expand/Collapse Buttons (anywhere the fd-button-rest is used and specifically setting outline: 0;. We can now drop this mixin on anything we’d like to add a focus state to.
Adds more specificity to fd-action-bar__actions contents, targeting button to keep appropriate margins.