Skip to content

Commit

Permalink
Fix visual regressions (#500)
Browse files Browse the repository at this point in the history
* Add back tab documentation

* Fix datefield styling
  • Loading branch information
bernardwang authored and line47 committed Oct 3, 2019
1 parent 9625d17 commit 5e2f94e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/src/components/DateField/DateField.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import 'DateField.docs';
@import '@cmsgov/design-system-support/src/settings/index';

.ds-c-field--month,
Expand Down
8 changes: 8 additions & 0 deletions packages/core/src/components/Tabs/_Tabs.docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ Style guide: components.tabs.react-tabs
Style guide: components.tabs.react-tabpanel
*/

/*
`<Tab>`
@react-component Tab
Style guide: components.tabs.react-tab
*/

/*
---
Expand Down
4 changes: 3 additions & 1 deletion packages/core/src/components/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@import 'Button/Button';
@import 'ChoiceList/Choice';
@import 'ChoiceList/Select';
@import 'DateField/DateField';
@import 'Dialog/Dialog';
@import 'Dropdown/Dropdown';
@import 'FormLabel/FormLabel';
Expand All @@ -17,8 +16,11 @@
@import 'StepList/StepList';
@import 'Table/Table';
@import 'Tabs/Tabs';
// Mask and Date field styles need imported
// after TextField since they modify it
@import 'TextField/TextField';
@import 'TextField/Mask';
@import 'DateField/DateField';
@import 'VerticalNav/VerticalNav';

// Documentation
Expand Down

0 comments on commit 5e2f94e

Please sign in to comment.