Ans

Results 115 issues of 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,...

component: cf-buttons

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.

enhancement
component: cf-tables

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...

enhancement
component: cf-core

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...

question

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...

enhancement
proposal
component: cf-atomic-component

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...

priority: high
proposal
component: cf-expandables
atomic design

(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

enhancement
proposal
component: cf-core

(Moved from https://github.com/cfpb/cfgov-refresh/issues/819) ![current-jobs-ie](https://cloud.githubusercontent.com/assets/704760/8912852/59c4b648-3463-11e5-9344-dfff30f291ff.gif) 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...

component: cf-tables

Should we be using https://github.com/rollup/rollup/wiki/pkg.module ?

question