capital-framework icon indicating copy to clipboard operation
capital-framework copied to clipboard

The Consumer Financial Protection Bureau's user interface framework

Results 61 capital-framework issues
Sort by recently updated
recently updated
newest added

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end)...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end)...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end)...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ If you make any changes to it yourself then they will take precedence over the rebase. --- [//]: # (dependabot-end)...

dependencies

Visit https://cfpb.github.io/capital-framework/components/cf-notifications/ and look at the error notification and see that the icon is stretched slightly tall.

bug
component: cf-notifications

We have a [`a-micro-copy` utility](https://cfpb.github.io/capital-framework/components/cf-typography/#micro-copy) ([source](https://github.com/cfpb/capital-framework/blob/master/packages/cf-typography/src/atoms/micro-copy.less)) and a [small text utility](https://cfpb.github.io/capital-framework/components/cf-core/#small-text-utility) ([source](https://github.com/cfpb/capital-framework/blob/master/packages/cf-core/src/cf-utilities.less#L285-L286)). Should these be combined? Microcopy sets the color and font size to 14px (in ems). Small text utility...

question
component: cf-core
component: cf-typography

## Current behavior - If there are linter errors, Travis will still pass, unlike the behavior in cfgov-refresh. ## Expected behavior - Linter errors should fail Travis.

## Current behavior Icons look like: ## Expected behavior - Icons should fit nicely in rows in the demo table. ## Steps to replicate behavior 1. Visit https://cfpb.github.io/capital-framework/components/cf-icons/#the-icons and scroll...

bug
component: cf-icons

@sebworks [asked this morning](https://github.com/cfpb/capital-framework/pull/787#issuecomment-375678675) if it was possible to include only what we needed from cf-core.less, cf-buttons.less, and cf-icons.less into the cf-expandables component. It's something I'd thought about before but...

proposal
atomic design

Media queries are converted to ems, at e.g. https://github.com/cfpb/capital-framework/blob/master/packages/cf-core/src/cf-media-queries.less#L11 This breaks the existing page layout on cfgov-refresh if the font size is customized and increased. Should we convert the media...

question