Skip to content

Commit

Permalink
fix: list margin fix (#5919)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

#5863

### Description

Carbon list had a bug in which ordered list items required an extra left margin to align correctly. This bug has fixed now and the extra margin is no longer needed.

**Removed**

- Removed extra margin from carbon expressive theme
- Removed `_list.scss` file from theme since it's no longer needed

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "package: styles": Carbon Expressive -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
NSDrowned authored Apr 28, 2021
1 parent 05f4ce2 commit 4f191a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
26 changes: 0 additions & 26 deletions packages/styles/scss/themes/expressive/components/_list.scss

This file was deleted.

2 changes: 0 additions & 2 deletions packages/styles/scss/themes/expressive/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
@import 'components/file-uploader';
@import 'components/inline-loading';
@import 'components/inline-notifications';
@import 'components/list';
@import 'components/list-box';
@import 'components/loading';
@import 'components/modal';
Expand Down Expand Up @@ -71,7 +70,6 @@
@include file-uploader-expressive;
@include inline-loading-expressive;
@include inline-notifications-expressive;
@include list-expressive;
@include list-box-expressive;
@include loading-expressive;
@include modal-expressive;
Expand Down

0 comments on commit 4f191a9

Please sign in to comment.