Ans
Ans
## Current behavior https://cfpb.github.io/capital-framework/components/cf-buttons/#button-links shows a pattern for making buttons look like links. These can be combined with button groups to provide a button and a link together https://cfpb.github.io/capital-framework/components/cf-buttons/#button-group However,...
cf-tables sort chevron uses a data URL PNG image https://github.com/cfpb/capital-framework/blob/master/packages/cf-tables/src/cf-tables.less#L90 It should use an SVG, like other icons within capital framework.
It is very likely we can remove [normalize-legacy-addon](https://github.com/cfpb/normalize-legacy-addon) without any ill effects in our supported browsers. We should remove it and test for any breaking changes. OR move the questionable...
cf-layout [adds a default max-width for a number of elements](https://github.com/cfpb/capital-framework/blob/4164814946955b5fb4bee48e02f085219cfcaba5/src/cf-layout/src/cf-layout.less#L244-L254) that appear under its purview. Regs3k has [a full-width-text molecule mixed in](https://github.com/cfpb/cfgov-refresh/blob/master/cfgov/regulations3k/jinja2/regulations3k/notification.html#L22) with a notification for the purpose of adding...
There are currently [three types of transitions](https://github.com/cfpb/capital-framework/tree/canary/src/cf-atomic-component/src/utilities/transition) (and a base transition). The transitions contain redundant boilerplate code, as seen in similarities like [here](https://github.com/cfpb/capital-framework/blob/canary/src/cf-atomic-component/src/utilities/transition/MoveTransition.js#L109-L114) and [here](https://github.com/cfpb/capital-framework/blob/canary/src/cf-atomic-component/src/utilities/transition/AlphaTransition.js#L72-L77). @sebworks suggested we could have...
See background in https://github.com/cfpb/capital-framework/pull/632#discussion_r142753782 ## Current behavior - The majority of the time label headings are used, not plain labels. This means `a-label a-label__heading` classes are generally needed. ## Expected...
Based on recent discussion, single expandables should be deprecated and all expandables should appear inside an expandable-group, even if it's one item. `o-expandable` likely would be deprecated, and `o-expandable-group_item` or...
(Moved from https://github.com/cfpb/cfgov-refresh/issues/975) We should have variables for z-index to standardize on a sensible scale. [Example of how Medium does it](https://gist.github.com/fat/1f6da6b3bd0311a1f8a0) Brought up in https://github.com/cfpb/cfgov-refresh/pull/970#issuecomment-139299519
(Moved from https://github.com/cfpb/cfgov-refresh/issues/819)  In the simple table row links above holding down the command key and clicking the title (which is a link), the job opens in a new...
Should we be using https://github.com/rollup/rollup/wiki/pkg.module ?