Bugs Fixes & Improvements
- Removes the opinion of
width: 100;
from thefd-popover
component encouraging anyone who is consuming the component to specify their desired widths. - Adds the opinion of
display: inline-block;
to thefd-popover
component encouraging anyone who is consuming the component to specifydisplay: block;
if needed (commonly used in input scenarios). - Adds
width: 100%
to thefd-combobox-input
popover body &display: block;
to the popover. - Adds
width: 100%
to thefd-multi-input
popover body &display: block;
to the popover. - Adds
width: 100%
to thefd-search-input
popover body &display: block;
to the popover. - Adds
fd-popover__body--right
andfd-popover__body--left
modifiers to thefd-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 thefd-button-rest
is used and specifically settingoutline: 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, targetingbutton
to keep appropriate margins.